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

texture:: textures were scrolled incorrectly after loading -> fixed

This commit is contained in:
Zeno Rogue 2018-08-04 11:15:48 +02:00
parent 055a54500b
commit d6c1f58adb

View File

@ -890,15 +890,17 @@ bool texture_config::load() {
if(targetgeometry != geometry) {
stop_game_and_switch_mode(rg::geometry);
start_game();
return config.load();
}
if(nonbitrunc != target_nonbitru) {
stop_game_and_switch_mode(rg::bitrunc);
start_game();
return config.load();
}
}
start_game();
if(true) {
celllister cl(currentmap->gamestart(), 20, 10000, NULL);