From: Holger Schemel Date: Sat, 23 Sep 2017 21:34:32 +0000 (+0200) Subject: added comment X-Git-Tag: 4.0.1.0~9 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=537c2cf561df33e0b61825a1ada686c23d336c82;ds=inline added comment --- diff --git a/src/game_sp/main.c b/src/game_sp/main.c index 92fc9120..3373d460 100644 --- a/src/game_sp/main.c +++ b/src/game_sp/main.c @@ -92,5 +92,8 @@ void GameActions_SP(byte action[MAX_PLAYERS], boolean warp_mode) int getRedDiskReleaseFlag_SP() { + /* 0: when Murphy is moving (including the destination tile!) */ + /* 1: when Murphy is not moving for at least one game frame */ + return RedDiskReleaseFlag; }