Closed aserebryakov closed 11 years ago
In case of compilation of the branch 640x480 with following parameters:
game crashes on the start.
Fixed in commit e7b46d0697921f9da71a62e47943a376f22ca78d.
The issue was in absent handling of the case of screen_blocks*block_size > screenwidth.
screen_blocks*block_size > screenwidth
In case of compilation of the branch 640x480 with following parameters:
define SCREENWIDTH 320
define SCREENHEIGHT 200
game crashes on the start.