shithub: cstory

Download patch

ref: 3bc95d875dc748df3ef40ee719ee9946f10c638a
parent: 826abb343fe579e9683ad2a67290b8e708b10149
author: Clownacy <Clownacy@users.noreply.github.com>
date: Fri Nov 15 15:14:53 EST 2019

Clean-up Flash.cpp

--- a/src/Flash.cpp
+++ b/src/Flash.cpp
@@ -136,7 +136,7 @@
 
 void ActFlash(int flx, int fly)
 {
-	if (flash.flag == FALSE)
+	if (!flash.flag)
 		return;
 
 	switch (flash.mode)
@@ -152,7 +152,7 @@
 
 void PutFlash(void)
 {
-	if (flash.flag == FALSE)
+	if (!flash.flag)
 		return;
 
 	CortBox(&flash.rect1, gFlashColor);