mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
do not showstartmenu if rogueviz started
This commit is contained in:
parent
05c3c538fa
commit
5658257287
@ -1341,6 +1341,7 @@ void readcolor(const char *cfname) {
|
|||||||
void init() {
|
void init() {
|
||||||
if(on) return;
|
if(on) return;
|
||||||
autocheat = true;
|
autocheat = true;
|
||||||
|
showstartmenu = false;
|
||||||
#if !ISWEB
|
#if !ISWEB
|
||||||
mapeditor::drawplayer = false;
|
mapeditor::drawplayer = false;
|
||||||
firstland = specialland = laCanvas;
|
firstland = specialland = laCanvas;
|
||||||
|
Loading…
Reference in New Issue
Block a user