File diff r9469:c669ca0efed3 → r9470:75edf93b1c69
src/gfxinit.cpp
Show inline comments
 
@@ -55,7 +55,7 @@ static uint LoadGrfFile(const char *file
 
		load_index++;
 
		sprite_id++;
 
		if (load_index >= MAX_SPRITES) {
 
			error("Too many sprites. Recompile with higher MAX_SPRITES value or remove some custom GRF files.");
 
			usererror("Too many sprites. Recompile with higher MAX_SPRITES value or remove some custom GRF files.");
 
		}
 
	}
 
	DEBUG(sprite, 2, "Currently %i sprites are loaded", load_index);