1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00
This commit is contained in:
Mathieu Schroeter 2017-09-20 06:42:57 +02:00
parent 459759ffa5
commit a66624f441

View File

@ -72,7 +72,7 @@ enum Settings {
SETTING_SPEEDRATE = 1 << 1,
SETTING_TIMERINTERVAL = 1 << 2,
SETTING_RENDERER = 1 << 3,
SETTING_ZOOM = 1 << 4,
SETTING_ZOOM = 1 << 4,
};
static int g_settingsOverload = 0;