Even more conversion, lots of superfluous macro removal
This commit is contained in:
+2
-2
@@ -36,7 +36,7 @@ float *angles;
|
||||
float *origin;
|
||||
float *velocity;
|
||||
|
||||
qboolean onground;
|
||||
bool onground;
|
||||
|
||||
usercmd_t cmd;
|
||||
|
||||
@@ -479,7 +479,7 @@ SV_ReadClientMessage
|
||||
Returns false if the client should be killed
|
||||
===================
|
||||
*/
|
||||
qboolean SV_ReadClientMessage (void)
|
||||
bool SV_ReadClientMessage (void)
|
||||
{
|
||||
int ret;
|
||||
int ccmd;
|
||||
|
||||
Reference in New Issue
Block a user