From 08f8fbf3487f7908a49eeaaf87656b8a4d8a6ec1 Mon Sep 17 00:00:00 2001 From: Couriersud Date: Wed, 26 Dec 2007 18:42:25 +0000 Subject: Changed int to UINT8 in dkong_state (includes/dkong.h) --- src/mame/includes/dkong.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/includes/dkong.h b/src/mame/includes/dkong.h index f2f9c6b3c3b..5f2e40c5b7a 100644 --- a/src/mame/includes/dkong.h +++ b/src/mame/includes/dkong.h @@ -93,7 +93,7 @@ struct _dkong_state /* Specific states */ INT8 decrypt_counter; - int hunchloopback; + UINT8 hunchloopback; /* Save state relevant */ UINT8 gfx_bank, palette_bank; -- cgit v1.2.3