Fix implicit function declaration. Fix struct declaration in parameter list

This commit is contained in:
Alibek Omarov
2018-04-21 00:05:08 +03:00
parent fd1f0e685a
commit b7622e6009
5 changed files with 14 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ GNU General Public License for more details.
#include "common.h"
#include "server.h"
#include "net_encode.h"
#include "library.h"
int SV_UPDATE_BACKUP = SINGLEPLAYER_BACKUP;
@@ -945,4 +946,4 @@ State machine exec changelevel path
void SV_ExecChangeLevel( void )
{
SV_ChangeLevel( GameState->loadGame, GameState->levelName, GameState->landmarkName, GameState->backgroundMap );
}
}