mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-08 03:27:58 +03:00
Fixed compilation errors on Unix
This commit is contained in:
parent
b8c56cc23c
commit
d4faf0c0e0
99 changed files with 1385 additions and 1659 deletions
|
@ -606,7 +606,7 @@ PlayerStart *SelectSpawnPoint( Player *player )
|
|||
spot = player->GetDM_Team()->GetRandomObjectiveSpawnpoint( player );
|
||||
break;
|
||||
default:
|
||||
Com_Printf( "SelectSpawnPoint: unknown game type '%i'\n" );
|
||||
Com_Printf("SelectSpawnPoint: unknown game type '%i'\n", g_gametype->integer);
|
||||
spot = player->GetDM_Team()->GetRandomFfaSpawnpoint( player );
|
||||
break;
|
||||
}
|
||||
|
@ -856,7 +856,7 @@ to the server machine, but qfalse on map changes and tournement
|
|||
restarts.
|
||||
============
|
||||
*/
|
||||
char *G_ClientConnect( int clientNum, qboolean firstTime ) {
|
||||
const char *G_ClientConnect( int clientNum, qboolean firstTime ) {
|
||||
char *ip, *port, *value;
|
||||
gclient_t *client;
|
||||
gentity_t *ent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue