diff options
author | M. Kristall <mkpdev@gmail.com> | 2009-10-03 12:42:21 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:10 +0000 |
commit | 072babaf3ad07e65560db7861f8fe91bdbe1456a (patch) | |
tree | 4bfdf1365cd6e894605d9a98bf1e15fa410c1595 /src/game/g_admin.c | |
parent | 30f242a4e0556c7f3d86e44bba714a224ab20935 (diff) |
* Move some code around
* When g_specChat = 0, send global messages by spectators to other spectators
* Eliminate g_listEntity. Use entityList instead
* Stop seeding the rng all the time
Diffstat (limited to 'src/game/g_admin.c')
-rw-r--r-- | src/game/g_admin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_admin.c b/src/game/g_admin.c index 2650d6ff..d067a1cf 100644 --- a/src/game/g_admin.c +++ b/src/game/g_admin.c @@ -365,7 +365,7 @@ static void admin_writeconfig_int( int v, fileHandle_t f ) static void admin_writeconfig( void ) { fileHandle_t f; - int i, j; + int i; int t; char levels[ MAX_STRING_CHARS ] = {""}; |