changed warnings and debug output to use new generic logging functions
[rocksndiamonds.git] / src / game.c
index db613cc769d44a8dbf8683582e45f2b2daf2ef37..a7aa775237a91e4c643aae0f277ab72967577586 100644 (file)
@@ -11495,8 +11495,8 @@ static void GameActionsExt(void)
                                  EL_NAME(recursion_loop_element),
                                  " caused endless loop! Quit the game?");
 
-    Error(ERR_WARN, "element '%s' caused endless loop in game engine",
-         EL_NAME(recursion_loop_element));
+    Warn("element '%s' caused endless loop in game engine",
+        EL_NAME(recursion_loop_element));
 
     RequestQuitGameExt(FALSE, level_editor_test_game, message);