From f64d02ef60e2b36c502e2624db17a71a30455083 Mon Sep 17 00:00:00 2001 From: galaxyhaxz Date: Thu, 28 Jun 2018 11:43:58 -0500 Subject: [PATCH] Update drlg_l2.h --- Source/drlg_l2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/drlg_l2.h b/Source/drlg_l2.h index 456a54699..06220688e 100644 --- a/Source/drlg_l2.h +++ b/Source/drlg_l2.h @@ -21,8 +21,8 @@ void __fastcall CreateL2Dungeon(int rseed, int entry); void __cdecl DRLG_LoadL2SP(); void __cdecl DRLG_FreeL2SP(); void __fastcall DRLG_L2(int entry); -bool __fastcall DRLG_L2PlaceMiniSet(char *miniset, int tmin, int tmax, int cx, int cy, bool setview, int ldir); -void __fastcall DRLG_L2PlaceRndSet(char *miniset, int rndper); +bool __fastcall DRLG_L2PlaceMiniSet(unsigned char *miniset, int tmin, int tmax, int cx, int cy, bool setview, int ldir); +void __fastcall DRLG_L2PlaceRndSet(unsigned char *miniset, int rndper); void __cdecl DRLG_L2Subs(); void __cdecl DRLG_L2Shadows(); void __fastcall DRLG_L2SetRoom(int rx1, int ry1);