1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 01:17:39 +00:00

CAP_TEXTURE without CAP_EDIT, CAP_CONFIG and CAP_PNG (still seems not correct, though)

This commit is contained in:
Zeno Rogue
2018-05-15 23:29:09 +02:00
parent 825f1641da
commit 6a7a150028
2 changed files with 21 additions and 3 deletions

View File

@@ -657,7 +657,7 @@ void showStartMenu() {
break;
#endif
#if CAP_TEXTURE
#if CAP_TEXTURE && CAP_EDIT
case 6:
dialog::addBreak(100);
dialog::addBigItem(XLAT("texture mode"), 'T');
@@ -719,7 +719,7 @@ void showStartMenu() {
rug::init();
}
#endif
#if CAP_TEXTURE
#if CAP_TEXTURE && CAP_EDIT
else if(uni == 'T') {
popScreenAll();
resetModes('c');