mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2026-02-20 09:02:00 -07:00
FogMap walls.anir -> wall.anir
The animation data for walls in the art2432 repo uses "wall" instead of "walls"
This commit is contained in:
parent
c564578a70
commit
47199e390f
@ -103,7 +103,7 @@ bool FogMap::Init(Size *psizTile, Size *psizMap)
|
||||
|
||||
// Load the wall bitmaps
|
||||
|
||||
m_panidWalls = LoadAnimationData("walls.anir");
|
||||
m_panidWalls = LoadAnimationData("wall.anir");
|
||||
if (m_panidWalls == NULL) {
|
||||
Assert("Failed to load wall.anir");
|
||||
return false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user