Renamed some more global variables

This commit is contained in:
Maruno17
2021-10-20 23:13:30 +01:00
parent e49cd8d498
commit 5e51f702b3
17 changed files with 62 additions and 59 deletions

View File

@@ -382,7 +382,7 @@ class PokemonMapFactory
def updateMaps(scene)
updateMapsInternal
$MapFactory.setSceneStarted(scene) if @mapChanged
$map_factory.setSceneStarted(scene) if @mapChanged
end
def updateMapsInternal
@@ -510,7 +510,7 @@ end
#===============================================================================
# Unused
def updateTilesets
maps = $MapFactory.maps
maps = $map_factory.maps
for map in maps
map.updateTileset if map
end