From: Holger Schemel Date: Thu, 20 Feb 2020 10:08:06 +0000 (+0100) Subject: fixed wrong variable type X-Git-Tag: 4.2.0.0~83 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=6121e53800bf201e66c12dd0398f1db1a9026251 fixed wrong variable type --- diff --git a/src/libgame/system.h b/src/libgame/system.h index 185fdc5a..8b7de610 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1359,7 +1359,7 @@ struct SetupInfo boolean sound_simple; boolean toons; boolean scroll_delay; - boolean scroll_delay_value; + int scroll_delay_value; char *engine_snapshot_mode; int engine_snapshot_memory; boolean fade_screens;