mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-13 04:27:59 +01:00
take advantage from recent refactoring in frame skipping cheat
This commit is contained in:
parent
1ba89400d6
commit
b2b95857cd
1 changed files with 1 additions and 1 deletions
|
@ -609,7 +609,7 @@ int main(int argc, char **argv){
|
||||||
else if ((game.debug) && (ev.type == ALLEGRO_EVENT_KEY_DOWN) && (ev.keyboard.keycode == ALLEGRO_KEY_F1)) {
|
else if ((game.debug) && (ev.type == ALLEGRO_EVENT_KEY_DOWN) && (ev.keyboard.keycode == ALLEGRO_KEY_F1)) {
|
||||||
int i;
|
int i;
|
||||||
for (i=0; i<512; i++) {
|
for (i=0; i<512; i++) {
|
||||||
DrawGameState(&game);
|
LogicGameState(&game);
|
||||||
}
|
}
|
||||||
game.showconsole = true;
|
game.showconsole = true;
|
||||||
PrintConsole(&game, "DEBUG: 512 frames skipped...");
|
PrintConsole(&game, "DEBUG: 512 frames skipped...");
|
||||||
|
|
Loading…
Reference in a new issue