shithub: cstory

Download patch

ref: a22f4acd58f64a3ca9f3c3665c5d071429638f6e
parent: d137369a93e9c9c80ccf6769f009e0f799182062
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Jan 7 00:29:21 EST 2020

More-accurate BossPress.cpp variable arrangement

--- a/src/BossPress.cpp
+++ b/src/BossPress.cpp
@@ -10,12 +10,10 @@
 
 void ActBossChar_Press(void)
 {
+	NPCHAR *npc = gBoss;
 	static unsigned char flash;
-
 	int i;
 	int x;
-
-	NPCHAR *npc = gBoss;
 
 	switch (npc->act_no)
 	{