- removed erroneous native keyword for LevelLocals.RemoveAllBots()

This commit is contained in:
alexey.lysiuk 2019-01-20 15:56:58 +02:00
parent b96dd1f94e
commit bf51760480

View file

@ -737,7 +737,7 @@ struct LevelLocals native
native void GiveSecret(Actor activator, bool printmsg = true, bool playsound = true);
native void StartSlideshow(Name whichone = 'none');
deprecated("3.8") static void WorldDone() { currentSession.WorldDone(); }
deprecated("3.8") native static void RemoveAllBots(bool fromlist) { /* intentionally left as no-op. */ }
deprecated("3.8") static void RemoveAllBots(bool fromlist) { /* intentionally left as no-op. */ }
native static Vector2 GetAutomapPosition();
native void SetInterMusic(String nextmap);
native String FormatMapName(int mapnamecolor);