Fixed some undefined types

This commit is contained in:
Felix Rueegg 2013-10-31 22:12:49 +01:00
parent 7d2d3ee348
commit 38da0fb308
4 changed files with 5 additions and 5 deletions

View file

@ -60,7 +60,7 @@ void DL_InitNetworking( DoomInterface *pdi );
extern int PLAYERCOUNT;
extern bool globalNetworking;
extern bool debugOutput;
extern BOOL globalLicenseFullGame;
extern bool globalLicenseFullGame;
extern int globalRichPresenceState; // values from spa.h X_CONTEXT_PRESENCE
extern int globalNeedUpsell;
// PS3

View file

@ -1421,7 +1421,7 @@ qboolean G_DoLoadGame ()
loadingGame = false;
waitingForWipe = false;
return FALSE; // bad version
return false; // bad version
}
::g->save_p += VERSIONSIZE;
@ -1463,7 +1463,7 @@ qboolean G_DoLoadGame ()
Z_Free(g->savebuffer);
return TRUE;
return true;
}

View file

@ -34,7 +34,7 @@ If you have questions concerning this license or the applicable additional terms
//
// MISC
//
boolean
bool
M_WriteFile
( char const* name,
void* source,

View file

@ -303,7 +303,7 @@ InputEvent joyEvents[18];
// i_net_xbox.vars begin //
int sendsocket;
int insocket;
struct sockaddr_in sendaddress[MAXNETNODES];
//struct sockaddr_in sendaddress[MAXNETNODES];
// i_net_xbox.vars end //
// i_system.vars begin //
int mb_used ;