Got rid of many annoying warnings MSVC7.1 was reporting

This commit is contained in:
Pavol Marko
2005-08-27 09:55:32 +00:00
parent e15761b79a
commit 462916d00f
6 changed files with 37 additions and 37 deletions

View File

@@ -123,7 +123,7 @@ void Client_TextMsg(void* mValue)
// g_newround_time = g_game_timeleft + CVAR_GET_FLOAT("mp_freezetime");
}
else if ( g_game_timeleft == -3 )
g_game_restarting = atoi( msg ) * 60;
g_game_restarting = atoi( msg ) * 60.0f;
break;
}
case 3:{