Fix -Wextra-tokens.

This commit is contained in:
Night Owl 2017-03-30 01:51:06 +05:00
parent 7370037add
commit 0563fdf4a2
3 changed files with 3 additions and 3 deletions

View File

@ -55,5 +55,5 @@ const char* AgGetGame();
const char* AgGetDirectory();
const char* AgGetDirectoryValve();
#endif _AG_GLOBAL_
#endif //_AG_GLOBAL_
//-- Martin Webrant

View File

@ -75,6 +75,6 @@ inline void MESSAGE_BEGIN( int msg_dest, int msg_type, const float *pOrigin, ent
#define WRITE_ENTITY (g_MsgStat.WriteEntity)
#endif AGMSGSTAT
#endif //AGMSGSTAT
#endif // !defined(AFX_AGMSGSTAT_H__B7E22ED8_5544_445A_9AE5_24DCD9413FF2__INCLUDED_)

View File

@ -86,7 +86,7 @@ inline void MESSAGE_BEGIN( int msg_dest, int msg_type, const float *pOrigin = NU
#define WRITE_STRING (*g_engfuncs.pfnWriteString)
#define WRITE_ENTITY (*g_engfuncs.pfnWriteEntity)
//++ BulliT
#endif AGMSGSTAT
#endif //AGMSGSTAT
//-- Martin Webrant
#define CVAR_REGISTER (*g_engfuncs.pfnCVarRegister)
#define CVAR_GET_FLOAT (*g_engfuncs.pfnCVarGetFloat)