diff options
Diffstat (limited to 'engines/dm/gfx.cpp')
-rw-r--r-- | engines/dm/gfx.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/engines/dm/gfx.cpp b/engines/dm/gfx.cpp index 8f88bab5f6..61592fd654 100644 --- a/engines/dm/gfx.cpp +++ b/engines/dm/gfx.cpp @@ -12,14 +12,7 @@ namespace DM { Box gBoxMovementArrows = {224, 319, 124, 168}; -enum ViewCell { - kViewCellFronLeft = 0, // @ C00_VIEW_CELL_FRONT_LEFT - kViewCellFrontRight = 1, // @ C01_VIEW_CELL_FRONT_RIGHT - kViewCellBackRight = 2, // @ C02_VIEW_CELL_BACK_RIGHT - kViewCellBackLeft = 3, // @ C03_VIEW_CELL_BACK_LEFT - kViewCellAlcove = 4, // @ C04_VIEW_CELL_ALCOVE - kViewCellDoorButtonOrWallOrn = 5 // @ C05_VIEW_CELL_DOOR_BUTTON_OR_WALL_ORNAMENT -}; + enum StairFrameIndex { kFrameStairsUpFront_D3L = 0, // @ G0110_s_Graphic558_Frame_StairsUpFront_D3L |