From 537c2cf561df33e0b61825a1ada686c23d336c82 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sat, 23 Sep 2017 23:34:32 +0200 Subject: [PATCH] added comment --- src/game_sp/main.c | 3 +++ 1 file changed, 3 insertions(+) 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; } -- 2.34.1