mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 15:41:15 +00:00
(svn r8634) -Codechange: replace missing sprites with a red question mark.
This commit is contained in:
parent
26f5a156dc
commit
ea55a04b69
@ -123,11 +123,11 @@ static void* ReadSprite(SpriteCache *sc, SpriteID id)
|
||||
DEBUG(sprite, 9, "Load sprite %d", id);
|
||||
|
||||
if (!SpriteExists(id)) {
|
||||
error(
|
||||
"Tried to load non-existing sprite #%d.\n"
|
||||
"Probable cause: Wrong/missing NewGRFs",
|
||||
id
|
||||
);
|
||||
DEBUG(sprite, 1, "Tried to load non-existing sprite #%d. Probable cause: Wrong/missing NewGRFs", id);
|
||||
|
||||
/* SPR_IMG_QUERY is a BIG FAT RED ? */
|
||||
id = SPR_IMG_QUERY;
|
||||
sc = GetSpriteCache(SPR_IMG_QUERY);
|
||||
}
|
||||
|
||||
FioSeekToFile(sc->file_pos);
|
||||
|
Loading…
Reference in New Issue
Block a user