aboutsummaryrefslogtreecommitdiff
path: root/source/fxinst.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fxinst.c')
-rw-r--r--source/fxinst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fxinst.c b/source/fxinst.c
index d48631d..7b79cd5 100644
--- a/source/fxinst.c
+++ b/source/fxinst.c
@@ -851,7 +851,7 @@ static INLINE void fx_cmode(void)
GSU.vPlotOptionReg = SREG;
if (GSU.vPlotOptionReg & 0x10)
- GSU.vScreenHeight = 256; // OBJ Mode (for drawing into sprites)
+ GSU.vScreenHeight = 256; /* OBJ Mode (for drawing into sprites) */
else
GSU.vScreenHeight = GSU.vScreenRealHeight;