option -dred to debug drawingtool quickly

This commit is contained in:
Zeno Rogue 2020-12-31 16:35:07 +01:00
parent ecbd0eca83
commit 87d5545428
1 changed files with 5 additions and 0 deletions

View File

@ -2897,6 +2897,11 @@ int read_editor_args() {
#endif
}
#if CAP_POLY
else if(argis("-dred")) {
PHASEFROM(2);
mapeditor::dtcolor = 0xFF0000FF;
mapeditor::dtwidth = 0.1;
}
else if(argis("-picload")) { PHASE(3); shift(); mapeditor::loadPicFile(args()); }
#endif
else return 1;