do not showstartmenu if rogueviz started

This commit is contained in:
Zeno Rogue 2017-08-15 17:39:30 +02:00
parent 05c3c538fa
commit 5658257287
1 changed files with 1 additions and 0 deletions

View File

@ -1341,6 +1341,7 @@ void readcolor(const char *cfname) {
void init() {
if(on) return;
autocheat = true;
showstartmenu = false;
#if !ISWEB
mapeditor::drawplayer = false;
firstland = specialland = laCanvas;