first round of patches
[drnoksnes] / gfx.cpp
diff --git a/gfx.cpp b/gfx.cpp
index 61d1e38..75482b1 100644 (file)
--- a/gfx.cpp
+++ b/gfx.cpp
@@ -227,7 +227,7 @@ bool8_32 S9xGraphicsInit ()
 
     for (uint8 bitshift = 0; bitshift < 4; bitshift++)
     {
-       for (register char i = 0; i < 16; i++)
+       for (register int i = 0; i < 16; i++)
        {
            register uint32 h = 0;
            register uint32 l = 0;