REFACTOR [anough to enough]
This commit is contained in:
parent
2579738256
commit
a375f898f5
7 changed files with 21 additions and 21 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue