X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=2b4c7c0d02b75cf1a5453c9d2c83c24057d7fa79;hb=6e392e90d99cc0b6d8af3a15fc334bf34f889994;hp=20491136b82b53a4a802c5b6acd4d64a0447ee89;hpb=f5859ace642a543cafcd27f8fc7b96d8baf31436;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index 20491136..2b4c7c0d 100644 --- a/src/game.c +++ b/src/game.c @@ -9673,6 +9673,10 @@ void GameActions_EM_Main() for (i = 0; i < MAX_PLAYERS; i++) effective_action[i] = stored_player[i].effective_action; +#if 0 + printf("::: %04d: %08x\n", FrameCounter, effective_action[0]); +#endif + GameActions_EM(effective_action, warp_mode); CheckLevelTime();