Browse Source

fix dungeon test in visual studio

pull/4648/head
qndel 4 years ago committed by Anders Jenbo
parent
commit
6af2c322d8
  1. 2
      Source/gendung.h

2
Source/gendung.h

@ -183,7 +183,7 @@ extern Point dmaxPosition;
/** Specifies the active dungeon type of the current game. */
extern DVL_API_FOR_TEST dungeon_type leveltype;
/** Specifies the active dungeon level of the current game. */
extern uint8_t currlevel;
extern DVL_API_FOR_TEST uint8_t currlevel;
extern bool setlevel;
/** Specifies the active quest level of the current game. */
extern _setlevels setlvlnum;

Loading…
Cancel
Save