summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2007-12-26 18:42:25 +0000
committer Couriersud <couriersud@users.noreply.github.com>2007-12-26 18:42:25 +0000
commit08f8fbf3487f7908a49eeaaf87656b8a4d8a6ec1 (patch)
treee85f40cc39f4b50e15d63e16344ea7d1a12b25e4
parent6b2a41d6e1c1f0ce6fb210ceb6e7cd8af1572ab7 (diff)
Changed int to UINT8 in dkong_state (includes/dkong.h)
-rw-r--r--src/mame/includes/dkong.h2
1 files changed, 1 insertions, 1 deletions
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;