X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fconvert.c;h=cbc7187925b9e5933d9a6b54da378ee7fa2f59a1;hb=70fe541d68f18a22eb3bd134f128c0d56b885701;hp=3631114cd70b033b0531d7798fb902d56d3b7769;hpb=3ff2e8a0b5c27b99a9920bdf5ed82bc41bf40181;p=rocksndiamonds.git diff --git a/src/game_em/convert.c b/src/game_em/convert.c index 3631114c..cbc71879 100644 --- a/src/game_em/convert.c +++ b/src/game_em/convert.c @@ -1107,7 +1107,15 @@ void prepare_em_level(void) ply[i].joy_stick = ply[i].joy_spin = 0; } + // the following engine variables are initialized to version-specific values + // in function InitGameEngine() (src/game.c): + // + // - game_em.use_single_button (default: TRUE) + // - game_em.use_snap_key_bug (default: FALSE) + game_em.any_player_moving = FALSE; + game_em.any_player_snapping = FALSE; + game_em.last_moving_player = 0; /* default: first player */ for (i = 0; i < MAX_PLAYERS; i++)