From baeaf6c80765a8516b100e66b5aef60927489480 Mon Sep 17 00:00:00 2001 From: Justin Marshall Date: Tue, 9 Jun 2020 21:54:06 -0700 Subject: [PATCH] New triggers work properly. --- REDALERT/TRIGTYPE.CPP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REDALERT/TRIGTYPE.CPP b/REDALERT/TRIGTYPE.CPP index 58fc7d8..a1effc7 100644 --- a/REDALERT/TRIGTYPE.CPP +++ b/REDALERT/TRIGTYPE.CPP @@ -2022,7 +2022,7 @@ bool TriggerTypeClass::Edit(void) break; } } - return(false); + return(true); } #endif