mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 07:11:34 +00:00
in search for a bug
This commit is contained in:
parent
33a2d3c9a2
commit
546083118d
1 changed files with 2 additions and 2 deletions
|
@ -1842,10 +1842,10 @@ void G_InitGame( int levelTime, unsigned int randomSeed, int restart ) {
|
|||
G_LoadMapChangeFile();
|
||||
|
||||
//GSIO: load holodeck file if avaible
|
||||
//G_LoadHolodeckFile();
|
||||
G_LoadHolodeckFile();
|
||||
|
||||
//GSIO: load timed message
|
||||
G_LoadTimedMessages();
|
||||
//G_LoadTimedMessages();
|
||||
|
||||
// general initialization
|
||||
G_FindTeams();
|
||||
|
|
Loading…
Reference in a new issue