From 4b0bf2bc68a317b98382823ea2b7dd2e77ec8d37 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 14 Aug 2017 08:43:57 +0200 Subject: Rewrite C++ comments --- source/fxinst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/fxinst.c') 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; -- cgit v1.2.3