From 6515f1b51286a3a9e4acdb9ed94e4ef8ae06c49e Mon Sep 17 00:00:00 2001 From: Asbelos Date: Mon, 18 Apr 2022 16:47:07 +0100 Subject: [PATCH] correct GREEN keyword --- EXRAIL2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXRAIL2.cpp b/EXRAIL2.cpp index 492cd4e..6e7e005 100644 --- a/EXRAIL2.cpp +++ b/EXRAIL2.cpp @@ -66,7 +66,7 @@ const int16_t HASH_KEYWORD_ALL=3457; const int16_t HASH_KEYWORD_ROUTES=-3702; const int16_t HASH_KEYWORD_RED=26099; const int16_t HASH_KEYWORD_AMBER=18713; -const int16_t HASH_KEYWORD_GREEN=31493; +const int16_t HASH_KEYWORD_GREEN=-31493; // One instance of RMFT clas is used for each "thread" in the automation. // Each thread manages a loco on a journey through the layout, and/or may manage a scenery automation.