mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 21:54:58 +00:00
Fixed screen mispositioning while sliding on ice, fixed broken Marts
This commit is contained in:
@@ -54,10 +54,10 @@ class Game_Temp
|
||||
@message_window_showing = false
|
||||
@player_transferring = false
|
||||
@transition_processing = false
|
||||
@mart_prices = []
|
||||
@mart_prices = {}
|
||||
end
|
||||
|
||||
def clear_mart_prices
|
||||
@mart_prices = []
|
||||
@mart_prices = {}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user