REFACTOR [anough to enough]

This commit is contained in:
Zack Middleton 2012-06-18 16:39:58 +00:00
parent 2579738256
commit a375f898f5
7 changed files with 21 additions and 21 deletions

View file

@ -197,7 +197,7 @@ static void UI_LoadArenas( void ) {
UI_LoadArenasFromFile(filename);
}
trap_Print( va( "%i arenas parsed\n", ui_numArenas ) );
if (outOfMemory) trap_Print(S_COLOR_YELLOW"WARNING: not anough memory in pool to load all arenas\n");
if (outOfMemory) trap_Print(S_COLOR_YELLOW"WARNING: not enough memory in pool to load all arenas\n");
// set initial numbers
for( n = 0; n < ui_numArenas; n++ ) {
@ -347,7 +347,7 @@ static void UI_LoadBotsFromFile( char *filename ) {
trap_FS_FCloseFile( f );
ui_numBots += UI_ParseInfos( buf, MAX_BOTS - ui_numBots, &ui_botInfos[ui_numBots] );
if (outOfMemory) trap_Print(S_COLOR_YELLOW"WARNING: not anough memory in pool to load all bots\n");
if (outOfMemory) trap_Print(S_COLOR_YELLOW"WARNING: not enough memory in pool to load all bots\n");
}
/*