1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 01:00:25 +00:00

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

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;