diff --git a/src/newgrf_commons.cpp b/src/newgrf_commons.cpp index 7bd895c39d..ccd6603c06 100644 --- a/src/newgrf_commons.cpp +++ b/src/newgrf_commons.cpp @@ -583,7 +583,6 @@ void NewGRFSpriteLayout::Allocate(uint num_sprites) */ void NewGRFSpriteLayout::AllocateRegisters() { - assert(!this->seq.empty()); assert(this->registers.empty()); this->registers.resize(1 + this->seq.size(), {}); // 1 for the ground sprite