shithub: cstory

Download patch

ref: e0a8bd5114d7bfb849229358614a69df9ba50587
parent: b6d689aaa6415f931068260618c7353c917f072e
author: Clownacy <[email protected]>
date: Tue Jan 7 01:08:23 EST 2020

More-accurate Flash.cpp variable arrangement

--- a/src/Flash.cpp
+++ b/src/Flash.cpp
@@ -37,7 +37,7 @@
 
 void ActFlash_Explosion(int flx, int fly)
 {
-	int left, right, top, bottom;
+	int left, top, right, bottom;
 
 	switch (flash.act_no)
 	{