mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-04 18:52:51 +00:00
texture:: textures were scrolled incorrectly after loading -> fixed
This commit is contained in:
parent
055a54500b
commit
d6c1f58adb
@ -890,15 +890,17 @@ bool texture_config::load() {
|
|||||||
|
|
||||||
if(targetgeometry != geometry) {
|
if(targetgeometry != geometry) {
|
||||||
stop_game_and_switch_mode(rg::geometry);
|
stop_game_and_switch_mode(rg::geometry);
|
||||||
|
start_game();
|
||||||
return config.load();
|
return config.load();
|
||||||
}
|
}
|
||||||
|
|
||||||
if(nonbitrunc != target_nonbitru) {
|
if(nonbitrunc != target_nonbitru) {
|
||||||
stop_game_and_switch_mode(rg::bitrunc);
|
stop_game_and_switch_mode(rg::bitrunc);
|
||||||
|
start_game();
|
||||||
|
return config.load();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
start_game();
|
|
||||||
|
|
||||||
if(true) {
|
if(true) {
|
||||||
celllister cl(currentmap->gamestart(), 20, 10000, NULL);
|
celllister cl(currentmap->gamestart(), 20, 10000, NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user