From 6af2c322d83d0c042ad63449bef65e5db7c46e77 Mon Sep 17 00:00:00 2001 From: qndel Date: Wed, 1 Jun 2022 19:08:47 +0200 Subject: [PATCH] fix dungeon test in visual studio --- Source/gendung.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/gendung.h b/Source/gendung.h index 70354d0b9..2152e795f 100644 --- a/Source/gendung.h +++ b/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;