From 0e34d54908e7d50611a5acfedcb93a778a1bbe3f Mon Sep 17 00:00:00 2001 From: Ben Millwood Date: Sat, 3 Oct 2009 12:09:54 +0000 Subject: Ready code probably fixed --- src/game/g_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/g_main.c') diff --git a/src/game/g_main.c b/src/game/g_main.c index b4d3974e..5fbdd4c5 100644 --- a/src/game/g_main.c +++ b/src/game/g_main.c @@ -1862,7 +1862,7 @@ void CheckIntermissionExit( void ) int i; gclient_t *cl; byte readyMasks[ ( MAX_CLIENTS + 7 ) / 8 ]; - char readyString[ 2 * sizeof( readyMasks ) + 1 ]; + char readyString[ 2 * sizeof( readyMasks ) + 1 ]; // a byte is 00 - ff //if no clients are connected, just exit if( !level.numConnectedClients ) -- cgit