diff -r 577390d8e35c -r a6f51ac9a3f2 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Fri Oct 27 06:35:04 2017 +0200 +++ b/hedgewars/uWorld.pas Fri Oct 27 17:50:20 2017 +0200 @@ -171,7 +171,7 @@ g:= ''; // no text/things to note yet // add custom goals from lua script if there are any -if LuaGoals <> '' then +if LuaGoals <> ansistring('') then g:= LuaGoals + '|'; // check different game flags