From c8fa9f745f397f9fefabceb2a737f5c101288156 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 1 Nov 2017 00:53:53 +0100 Subject: [PATCH] added 'alpha' commandline parameter --- hyper.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hyper.cpp b/hyper.cpp index 50090f62..ee02988a 100644 --- a/hyper.cpp +++ b/hyper.cpp @@ -295,6 +295,9 @@ else if(args()[0] == '-' && args()[1] == x && args()[2] == '0') { showstartmenu else if(argis("-zoom")) { PHASEFROM(2); shift(); vid.scale = argf(); } + else if(argis("-alpha")) { + PHASEFROM(2); shift(); vid.alpha = argf(); + } else if(argis("-Y")) { yendor::on = true; shift(); yendor::challenge = argi();