rnd-20061202-1-src
[rocksndiamonds.git] / src / screens.c
index 57f7a4bcd35035605ddaaecacff1156370eaba5b..00a6d19c0654ee0f42e91370c17108e3939d7852 100644 (file)
@@ -624,6 +624,14 @@ static int getTitleScreenGraphic()
          IMG_TITLESCREEN_1);
 }
 
+int effectiveGameStatus()
+{
+  if (game_status == GAME_MODE_INFO && info_mode == INFO_MODE_TITLE)
+    return GAME_MODE_TITLE;
+
+  return game_status;
+}
+
 void DrawTitleScreenImage(int nr)
 {
   int graphic = getTitleScreenGraphic() + nr;