Changed int to UINT8 in dkong_state (includes/dkong.h)

This commit is contained in:
Couriersud 2007-12-26 18:42:25 +00:00
parent 6b2a41d6e1
commit 08f8fbf348

View File

@ -93,7 +93,7 @@ struct _dkong_state
/* Specific states */
INT8 decrypt_counter;
int hunchloopback;
UINT8 hunchloopback;
/* Save state relevant */
UINT8 gfx_bank, palette_bank;