diff options
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r-- | src/newgrf.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp index 34b13b12b..a24d9aba0 100644 --- a/src/newgrf.cpp +++ b/src/newgrf.cpp @@ -5421,7 +5421,6 @@ static void DecodeSpecialSprite(uint num, GrfLoadingStage stage) /* No preloaded sprite to work with; allocate and read the * pseudo sprite content. */ buf = MallocT<byte>(num); - if (buf == NULL) error("DecodeSpecialSprite: Could not allocate memory"); FioReadBlock(buf, num); } else { /* Use the preloaded sprite data. */ |