Fix ui warnings

This commit is contained in:
Tim Angus 2014-09-01 11:05:46 +01:00
parent 4444202a41
commit b55809b925
6 changed files with 16 additions and 16 deletions

View file

@ -150,7 +150,6 @@ void TeamMain_MenuInit( void ) {
s_teammain.spectate.string = "SPECTATE";
s_teammain.spectate.style = UI_CENTER|UI_SMALLFONT;
s_teammain.spectate.color = colorRed;
y += 20;
trap_GetConfigString(CS_SERVERINFO, info, MAX_INFO_STRING);
gametype = atoi( Info_ValueForKey( info,"g_gametype" ) );