diff --git a/Source/setmaps.cpp b/Source/setmaps.cpp index 658dc4988..4d3107889 100644 --- a/Source/setmaps.cpp +++ b/Source/setmaps.cpp @@ -147,9 +147,6 @@ Object &ObjectAtPosition(Point position) app_fatal("ObjectAtPosition: Active object not found at (%i,%i)", position.x, position.y); } -/** - * @brief Load a quest map, the given map is specified via the global setlvlnum - */ void LoadSetMap() { switch (setlvlnum) { diff --git a/Source/setmaps.h b/Source/setmaps.h index 13f43ad80..9e1dedd9f 100644 --- a/Source/setmaps.h +++ b/Source/setmaps.h @@ -18,6 +18,10 @@ namespace devilution { * @return A reference to the object */ Object &ObjectAtPosition(Point position); + +/** + * @brief Load a quest map, the given map is specified via the global setlvlnum + */ void LoadSetMap(); /* rdata */