mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-12-04 01:41:42 +00:00
- removed erroneous native keyword for LevelLocals.RemoveAllBots()
This commit is contained in:
parent
b96dd1f94e
commit
bf51760480
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue