REFACTOR [anough to enough]
This commit is contained in:
parent
2579738256
commit
a375f898f5
7 changed files with 21 additions and 21 deletions
|
@ -164,7 +164,7 @@ void UI_LoadArenas( void ) {
|
|||
}
|
||||
trap_Print( va( "%i arenas parsed\n", ui_numArenas ) );
|
||||
if (UI_OutOfMemory()) {
|
||||
trap_Print(S_COLOR_YELLOW"WARNING: not anough memory in pool to load all arenas\n");
|
||||
trap_Print(S_COLOR_YELLOW"WARNING: not enough memory in pool to load all arenas\n");
|
||||
}
|
||||
|
||||
for( n = 0; n < ui_numArenas; n++ ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue