X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=21f165a9789dbef06538fca4aa4ee7b03328d49e;hb=cb500a67f432a59fed5f5bf971c1ebad66843ae1;hp=462be9b4d47d6d107af0bb02df499b37e530ef9f;hpb=7600b7d74df219d2a0956e03cea3af49226903c2;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index 462be9b4..21f165a9 100644 --- a/src/main.c +++ b/src/main.c @@ -53,6 +53,7 @@ char *joystick_device_name[MAX_PLAYERS] = char *program_name = NULL; int game_status = MAINMENU; +boolean level_editor_test_game = FALSE; boolean network_playing = FALSE; int button_status = MB_NOT_PRESSED; boolean motion_status = FALSE; @@ -98,7 +99,6 @@ int FrameCounter, TimeFrames, TimeLeft; int MampferNr, SiebAktiv; boolean network_player_action_received = FALSE; -int TestPlayer = 0; struct LevelDirInfo leveldir[MAX_LEVDIR_ENTRIES]; struct LevelInfo level;