Skip to content

Commit ae98cf4

Browse files
committed
Add _EA_ definition. Update build number.
1 parent 662284d commit ae98cf4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ColorzCore/EADriver.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ public EADriver(IOutput output, string? game, string? rawsFolder, string rawsExt
6666
myParser = new EAParser(logger, allRaws, parseConsumers, myInterpreter.BindIdentifier, stringProcessor);
6767

6868
myParser.Definitions["__COLORZ_CORE__"] = new Definition();
69+
myParser.Definitions["_EA_"] = new Definition();
6970

7071
myParser.Definitions["__COLORZ_CORE_VERSION__"] = new Definition(
71-
new Token(TokenType.NUMBER, new Location("builtin", 0, 0), "20240504"));
72+
new Token(TokenType.NUMBER, new Location("builtin", 0, 0), "20250609"));
7273

7374
if (game != null)
7475
{

0 commit comments

Comments
 (0)