v0.4.3: fixed terrain not resetting with the map
This commit is contained in:
parent
b981a48553
commit
aa741a45b7
|
@ -667,6 +667,7 @@ public class GameScene extends PixelScene {
|
|||
public static void resetMap() {
|
||||
if (scene != null) {
|
||||
scene.tiles.map(Dungeon.level.map, Dungeon.level.width() );
|
||||
scene.terrainFeatures.map(Dungeon.level.map, Dungeon.level.width() );
|
||||
}
|
||||
updateFog();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user