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:
parent
055a54500b
commit
d6c1f58adb
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user