FogMap walls.anir -> wall.anir

The animation data for walls in the art2432 repo uses "wall" instead of "walls"
This commit is contained in:
Nathan Fulton 2017-04-29 22:47:06 -04:00
parent c564578a70
commit 47199e390f

View File

@ -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;