aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/menus.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-06-21 20:27:57 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit4b83ebc0da2a2bb46c2435ddfe96c333b7cbd8ed (patch)
treef0c568aaa64443f113764f750d41e31d13d45ed3 /engines/dm/menus.h
parentafd844b6de922f27e22a66e075c273dc7a586ac0 (diff)
downloadscummvm-rg350-4b83ebc0da2a2bb46c2435ddfe96c333b7cbd8ed.tar.gz
scummvm-rg350-4b83ebc0da2a2bb46c2435ddfe96c333b7cbd8ed.tar.bz2
scummvm-rg350-4b83ebc0da2a2bb46c2435ddfe96c333b7cbd8ed.zip
DM: Add fix gDungeonViewport, some comments
Diffstat (limited to 'engines/dm/menus.h')
-rw-r--r--engines/dm/menus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/menus.h b/engines/dm/menus.h
index 52b99ab771..de0c43ac74 100644
--- a/engines/dm/menus.h
+++ b/engines/dm/menus.h
@@ -15,7 +15,7 @@ public:
void clearActingChampion(); // @ F0388_MENUS_ClearActingChampion
void drawActionIcon(ChampionIndex championIndex); // @ F0386_MENUS_DrawActionIcon
- void drawMovementArrows();
+ void drawMovementArrows(); // @ F0395_MENUS_DrawMovementArrows
void drawDisabledMenu(); // @ F0456_START_DrawDisabledMenus
};