Merge branch 'master' of github.com:diasurgical/devilution
This commit is contained in:
commit
893efd51ea
79 changed files with 3038 additions and 720 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue