From 0e59b999fa976de2d00490f552a1ff0a27d40f63 Mon Sep 17 00:00:00 2001 From: João Silva Date: Sun, 29 Jan 2017 04:55:23 +0000 Subject: Converted most types to stdint-style (fixing a few in the process). --- source/fxinst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/fxinst.h') diff --git a/source/fxinst.h b/source/fxinst.h index f7450a9..a78b6d4 100644 --- a/source/fxinst.h +++ b/source/fxinst.h @@ -168,7 +168,7 @@ struct FxRegs_s uint32_t vPrevMode; /* Previous depth */ uint8_t* pvScreenBase; uint8_t* apvScreen[32]; /* Pointer to each of the 32 screen colums */ - int x[32]; + int32_t x[32]; uint32_t vScreenHeight; /* 128, 160, 192 or 256 (could be overriden by cmode) */ uint32_t vScreenRealHeight; /* 128, 160, 192 or 256 */ uint32_t vPrevScreenHeight; -- cgit v1.2.3