aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/map.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-03-29 20:30:00 -0400
committerPaul Gilbert2018-03-29 20:30:00 -0400
commit09f67c83ceeb34e4560a758e207e053aef0b7f35 (patch)
tree5ea5fb94c371fb3c86ff00ce920310715996a3d8 /engines/xeen/map.h
parent7d2b9df5f2eb4a4b0639b00714c58b58fc200123 (diff)
downloadscummvm-rg350-09f67c83ceeb34e4560a758e207e053aef0b7f35.tar.gz
scummvm-rg350-09f67c83ceeb34e4560a758e207e053aef0b7f35.tar.bz2
scummvm-rg350-09f67c83ceeb34e4560a758e207e053aef0b7f35.zip
XEEN: Fix LLoyd's Beacon spell in Clouds of Xeen
Diffstat (limited to 'engines/xeen/map.h')
-rw-r--r--engines/xeen/map.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/xeen/map.h b/engines/xeen/map.h
index fc591fc208..c34ef9e76e 100644
--- a/engines/xeen/map.h
+++ b/engines/xeen/map.h
@@ -516,6 +516,13 @@ public:
* position to the relative position on the new map
*/
void getNewMaze();
+
+ /**
+ * Return the name of a specified maze
+ * @param mapId Map Id
+ * @param ccNum Cc file number. If -1, uses the current C
+ */
+ static Common::String getMazeName(int mapId, int ccNum = -1);
};
} // End of namespace Xeen