Home
last modified time | relevance | path

Searched refs:DebugOk (Results 1 – 10 of 10) sorted by relevance

/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dwl_play.cpp52 static int DebugOk; variable
657 DebugOk = 1; in CheckKeys()
736 if (DebugOk) in CheckKeys()
994 DebugOk = 1; in PlayLoop()
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_debug.c311 DebugOk ^= 1; in EnableCheatCodes()
313 if (DebugOk) in EnableCheatCodes()
1601 if (DebugOk == false) in CheckDebug()
H A Drt_main.h128 extern boolean DebugOk;
H A Drt_main.c123 boolean DebugOk = true; variable
125 boolean DebugOk = false; variable
2131 ( DebugOk ) in PollKeyboard()
/dports/games/bstone/bstone-1.1.9/src/
H A D3d_play.cpp80 bool DebugOk = false; variable
857 if (!DebugOk) { in CheckKeys()
1048 if ((DebugOk || gamestate.flags & GS_MUSIC_TEST) && (Keyboard[ScanCode::sc_backspace])) { in CheckKeys()
1774 …&& (Keyboard[ScanCode::sc_6] || Keyboard[ScanCode::sc_7]) && Keyboard[ScanCode::sc_8] && DebugOk) { in PlayLoop()
H A D3d_inter.cpp254 if (DebugOk) { in CheckHighScore()
H A Djm_free.cpp1004 ::DebugOk = true; in freed_main()
H A D3d_draw.cpp1087 …Code::sc_6] && (Keyboard[ScanCode::sc_7] || Keyboard[ScanCode::sc_8]) && DebugOk) && (statptr->fla… in DrawScaleds()
H A D3d_game.cpp2732 …if (DebugOk || (gamestate.flags & (GS_QUICKRUN | GS_STARTLEVEL | GS_TICS_FOR_SCORE | GS_MUSIC_TEST… in ShadowPrintLocationText()
H A D3d_def.h3190 extern bool DebugOk;