From 2fdc5576d587f5cf636a9fcb052d79710d311348 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 21 Apr 2018 12:02:03 +0200 Subject: [PATCH] arg:: option -palrgba --- commandline.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/commandline.cpp b/commandline.cpp index 7237ba44..89e74fc2 100644 --- a/commandline.cpp +++ b/commandline.cpp @@ -300,6 +300,12 @@ else if(args()[0] == '-' && args()[1] == x && args()[2] == '0') { showstartmenu shift(); linepatterns::patterns[id].color |= argi(); autocheat = true; } + else if(argis("-palrgba")) { + PHASEFROM(2); + shift(); int id = argi(); + shift(); linepatterns::patterns[id].color = arghex(); + autocheat = true; + } else if(argis("-geo")) { if(curphase == 3) { shift(); targetgeometry = (eGeometry) argi();