ref: 1e6ee2d6ba898f184da4dccdbe9541a2899dd2e0
parent: c64110cf0581ca940ae950828429064b131e4683
author: Gabriel Ravier <[email protected]>
date: Thu May 16 04:03:45 EDT 2019
Corrected stupid error in NpcAct260.cpp Also changed regex to "((//|\;)[^ \t\n]|(for|while|if|while|do|void|int|bool)\((for|while|if|while|do)\ \(.*\)\|//\ [a-z]|\ \ )|break;\n[\t]*case|\ \)|\(\ " Signed-off-by: Gabriel Ravier <[email protected]>
--- a/src/NpcAct260.cpp
+++ b/src/NpcAct260.cpp
@@ -535,7 +535,7 @@
}
// Doctor red ball projectile (bouncing)
-void ActNpc266( NPCHAR *npc)
+void ActNpc266(NPCHAR *npc)
{
RECT rc[2] = {
{304, 16, 320, 32},