X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FInitGameConditions.c;h=78ecefe15706b90dd9afeee5ad12c02e5bcc930c;hp=c23f9d38c197d2ea36a913f2364d61de79411fc5;hb=2d62255a9cc1edc3692c2597cf338ce50744da96;hpb=c35ed5e69718416c4b428f1ffeddf31105e933b2 diff --git a/src/game_sp/InitGameConditions.c b/src/game_sp/InitGameConditions.c index c23f9d38..78ecefe1 100644 --- a/src/game_sp/InitGameConditions.c +++ b/src/game_sp/InitGameConditions.c @@ -289,7 +289,7 @@ int subFetchAndInitLevelB() MovLowByte(&data_SPtorunavail, 0); // no SP file data_scr_demo = 0; - UpdatePlayTime = (0 == demo_stopped ? True : True); + UpdatePlayTime = (0 == demo_stopped ? True : False); demo_stopped = 0; subFetchAndInitLevelA(UpdatePlayTime);