fixed crash bug caused by accessing invalid (off-playfield) array positions
authorHolger Schemel <info@artsoft.org>
Tue, 8 Feb 2022 15:17:42 +0000 (16:17 +0100)
committerHolger Schemel <info@artsoft.org>
Tue, 8 Feb 2022 16:01:32 +0000 (17:01 +0100)
commitb71e46505e5e3dc2213e67124dd1d245ca7a2cbb
tree5bffe2de0a6b73401e40acf993566e73404d7551
parente803858fbf06157b1ae1e6c60da0d695cffa8345
fixed crash bug caused by accessing invalid (off-playfield) array positions

This bug caused accessing array "GfxElementEmpty[][]" out of bounds if
level position is not inside the playfield.
src/tools.c