mirror of
https://github.com/ZDoom/Raze.git
synced 2025-02-21 02:51:46 +00:00
- WH: initialize the items.
This commit is contained in:
parent
2fbaaba116
commit
dbb7697eed
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@ void GameInterface::app_init()
|
|||
g_visibility = 2048;
|
||||
enginecompatibility_mode = ENGINECOMPATIBILITY_19950829;
|
||||
initAI();
|
||||
InitItems();
|
||||
}
|
||||
|
||||
void GameInterface::Startup()
|
||||
|
|
Loading…
Reference in a new issue