Skip to content

Commit

Permalink
DM: Fix another GCC warning and a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke authored and Bendegúz Nagy committed Aug 26, 2016
1 parent b97535e commit f1ef774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/dm/gfx.cpp
Expand Up @@ -163,7 +163,7 @@ enum WallSetIndices {
kWall_D0L_Native = 21,
kWall_D1LCR_Native = 22,
kWall_D2LCR_Native = 23,
kWall_D3LCR_Native = 24,
kWall_D3LCR_Native = 24
};


Expand Down Expand Up @@ -916,7 +916,7 @@ void DisplayMan::drawSquareD2L(direction dir, int16 posX, int16 posY) {
}
break;
case kStairsSideElemType:
drawFloorPitOrStairsBitmap(kStairsNativeIndex_Side_D2L, gFrameWalls[kFrameStairsSide_D2L]);
drawFloorPitOrStairsBitmap(kStairsNativeIndex_Side_D2L, gStairFrames[kFrameStairsSide_D2L]);
break;
}
}
Expand Down

0 comments on commit f1ef774

Please sign in to comment.