]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix warnings
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 17 Dec 2008 14:14:27 +0000 (14:14 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 17 Dec 2008 14:14:27 +0000 (14:14 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8596 d7cf8633-e32d-0410-b094-e92efae38249

host_cmd.c

index 3fdd1abbc3367a67ada48c55ea799bb78cc02bee..d700349bdcf014443ec07c5edab7da3d4c654aa7 100644 (file)
@@ -59,7 +59,7 @@ Host_Status_f
 void Host_Status_f (void)
 {
        client_t *client;
-       int seconds, minutes, hours = 0, i, j, k, in, players, ping, packetloss;
+       int seconds = 0, minutes = 0, hours = 0, i, j, k, in, players, ping = 0, packetloss = 0;
        void (*print) (const char *fmt, ...);
        char ip[22];