mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-02-01 11:06:44 +01:00
fix compilation
This commit is contained in:
parent
bfc3ee61e7
commit
27ab9eaad8
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ int main(int argc, char **argv){
|
||||||
al_register_event_source(game.event_queue, al_get_timer_event_source(game.timer));
|
al_register_event_source(game.event_queue, al_get_timer_event_source(game.timer));
|
||||||
al_start_timer(game.timer);
|
al_start_timer(game.timer);
|
||||||
|
|
||||||
setlocale(LC_NUMERIC, "C"); //FIXME?
|
setlocale(LC_NUMERIC, "C"); /* FIXME? */
|
||||||
|
|
||||||
game.shuttingdown = false;
|
game.shuttingdown = false;
|
||||||
game.menu.loaded = false;
|
game.menu.loaded = false;
|
||||||
|
|
Loading…
Reference in a new issue