minor code trimming and reformatting
[drnoksnes] / gfx.cpp
diff --git a/gfx.cpp b/gfx.cpp
index 3a92def..50d29d0 100644 (file)
--- a/gfx.cpp
+++ b/gfx.cpp
@@ -1852,7 +1852,7 @@ void DrawBackground (uint32 BGMode, uint32 bg, uint8 Z1, uint8 Z2)
                        Count = 8 - Offset;
                        if (Count > Width)
                            Count = Width;
-                       s -= Offset * GFX_PIX_SIZE;
+                   s -= Offset * GFX_PIX_SIZE;
                        Tile = READ_2BYTES(t);
                        GFX.Z1 = GFX.Z2 = depths [(Tile & 0x2000) >> 13];