From 9ba0b00580677f85246af21739190459f890f004 Mon Sep 17 00:00:00 2001 From: Japa Mala Illo Date: Fri, 12 Jan 2018 11:59:02 +0530 Subject: [PATCH] Remove the stupid big warning comment. --- .../adventure_control.cpp | 23 +------------------ 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/plugins/remotefortressreader/adventure_control.cpp b/plugins/remotefortressreader/adventure_control.cpp index acb4becac..6fb592d62 100644 --- a/plugins/remotefortressreader/adventure_control.cpp +++ b/plugins/remotefortressreader/adventure_control.cpp @@ -240,28 +240,7 @@ command_result MenuQuery(DFHack::color_ostream &stream, const EmptyMessage *in, out->set_current_menu((AdvmodeMenu)advUi->menu); - // /$$$$$$$$ /$$$$$$ /$$ /$$ /$$ /$$ /$$$$$$$$ - //| $$_____/|_ $$_/| $$ / $$| $$$ /$$$| $$_____/ - //| $$ | $$ | $$/ $$/| $$$$ /$$$$| $$ - //| $$$$$ | $$ \ $$$$/ | $$ $$/$$ $$| $$$$$ - //| $$__/ | $$ >$$ $$ | $$ $$$| $$| $$__/ - //| $$ | $$ /$$/\ $$| $$\ $ | $$| $$ - //| $$ /$$$$$$| $$ \ $$| $$ \/ | $$| $$$$$$$$ - //|__/ |______/|__/ |__/|__/ |__/|________/ - // - // - // - // /$$$$$$$$ /$$ /$$ /$$ /$$ /$$ /$$ /$$ /$$ - //|__ $$__/| $$ |__/ |__/ | $$ |__/ | $$ | $$ | $$ - // | $$ | $$$$$$$ /$$ /$$$$$$$ /$$ /$$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$ /$$ /$$ /$$$$$$ /$$ /$$$$$$$ | $$$$$$$ /$$$$$$ /$$$$$$$| $$ /$$ - // | $$ | $$__ $$| $$ /$$_____/ | $$ /$$_____/ |____ $$ /$$_____/|_ $$_/ | $$ | $$ /$$__ $$| $$ /$$__ $$ | $$__ $$ |____ $$ /$$_____/| $$ /$$/ - // | $$ | $$ \ $$| $$| $$$$$$ | $$| $$$$$$ /$$$$$$$ | $$$$$$ | $$ | $$ | $$| $$ \ $$| $$| $$ | $$ | $$ \ $$ /$$$$$$$| $$ | $$$$$$/ - // | $$ | $$ | $$| $$ \____ $$ | $$ \____ $$ /$$__ $$ \____ $$ | $$ /$$| $$ | $$| $$ | $$| $$| $$ | $$ | $$ | $$ /$$__ $$| $$ | $$_ $$ - // | $$ | $$ | $$| $$ /$$$$$$$/ | $$ /$$$$$$$/ | $$$$$$$ /$$$$$$$/ | $$$$/| $$$$$$/| $$$$$$$/| $$| $$$$$$$ | $$ | $$| $$$$$$$| $$$$$$$| $$ \ $$ - // |__/ |__/ |__/|__/|_______/ |__/|_______/ \_______/ |_______/ \___/ \______/ | $$____/ |__/ \_______/ |__/ |__/ \_______/ \_______/|__/ \__/ - // | $$ - // | $$ - // |__/ + //Fixme: Needs a proper way to control it, but for now, this is the only way to allow Armok Vision to keep going without the user needing to switch to DF. if (advUi->menu == ui_advmode_menu::FallAction) { getCurViewscreen()->feed_key(interface_key::OPTION1);