1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-07 13:22:11 +00:00

reset-special-m0odes now also resets texture mode and drawplayer off

This commit is contained in:
Zeno Rogue
2026-04-17 18:14:37 +02:00
parent c50cfcb409
commit a0a1f2334a
+6 -1
View File
@@ -2036,7 +2036,12 @@ EX void resetModes(char leave IS('c')) {
set_geometry(gNormal);
set_variation(leave == rg::heptagons ? eVariation::pure : eVariation::bitruncated);
#if CAP_TEXTURE
texture::config.tstate = texture::tsOff;
#endif
mapeditor::drawplayer = true;
start_game();
}