aboutsummaryrefslogtreecommitdiff
path: root/source/fxinst.c
diff options
context:
space:
mode:
authortwinaphex2017-08-14 08:43:57 +0200
committertwinaphex2017-08-14 08:43:57 +0200
commit4b0bf2bc68a317b98382823ea2b7dd2e77ec8d37 (patch)
treec60c664807d9ba0f1b847003a49a876625be5035 /source/fxinst.c
parent78b32e05a8e3c221279ba40c8f19d762420be8a6 (diff)
downloadsnes9x2005-4b0bf2bc68a317b98382823ea2b7dd2e77ec8d37.tar.gz
snes9x2005-4b0bf2bc68a317b98382823ea2b7dd2e77ec8d37.tar.bz2
snes9x2005-4b0bf2bc68a317b98382823ea2b7dd2e77ec8d37.zip
Rewrite C++ comments
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;