X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame.c;h=1c493508a290286f096830ed58ae3de7ec219057;hb=00c3d9afa5a7bbf5e53811b49f6dbc0b7cafa5d2;hp=b2bb58f8f71618fd5901916f31a2df10fad3f316;hpb=b9ff5d05fe2fe26b3841c05a6c5fe516bb81c33d;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index b2bb58f8..1c493508 100644 --- a/src/game.c +++ b/src/game.c @@ -11771,6 +11771,9 @@ void StartGameActions(boolean init_network_game, boolean record_tape, if (record_tape) TapeStartRecording(new_random_seed); + if (setup.auto_pause_on_start && !tape.pausing) + TapeTogglePause(TAPE_TOGGLE_MANUAL); + if (init_network_game) { SendToServer_LevelFile();