X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=a7aa775237a91e4c643aae0f277ab72967577586;hb=65d710d4b2680becc1d1910b2e464f2f4e2201d4;hp=db613cc769d44a8dbf8683582e45f2b2daf2ef37;hpb=58546d540453ea1ddf4142a3911f9873acce1132;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index db613cc7..a7aa7752 100644 --- a/src/game.c +++ b/src/game.c @@ -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);