From c196b8882c984e2d1479ed6cf66fb408d54a72c3 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sat, 6 Apr 2019 04:48:18 +0200 Subject: [PATCH] Fix 64bit builds Fixes 77 --- Source/town.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/town.cpp b/Source/town.cpp index a9d0d88ab..f7e489065 100644 --- a/Source/town.cpp +++ b/Source/town.cpp @@ -614,7 +614,7 @@ void __fastcall town_draw_town_all(BYTE *pBuff, int x, int y, int a4, int dir, i // 4B8CC0: using guessed type char pcursitem; // 4B8CC2: using guessed type char pcursplr; -void __fastcall town_draw_upper(int x, int y, int sx, int sy, INT_PTR a5, int a6, int some_flag) +void __fastcall town_draw_upper(int x, int y, int sx, int sy, int a5, int a6, int some_flag) { int i, j, dir; BYTE *dst;