Merge branch 'master' of github.com:diasurgical/devilution

This commit is contained in:
Anders Jenbo 2020-09-27 03:34:42 +02:00
commit 893efd51ea
79 changed files with 3038 additions and 720 deletions

View file

@ -1,3 +1,8 @@
/**
* @file setmaps.cpp
*
* Implementation of functionality the special quest dungeons.
*/
#include "all.h"
DEVILUTION_BEGIN_NAMESPACE
@ -131,6 +136,9 @@ void DRLG_SetMapTrans(char *sFileName)
mem_free_dbg(pLevelMap);
}
/**
* @brief Load a quest map, the given map is specified via the global setlvlnum
*/
void LoadSetMap()
{
switch (setlvlnum) {