mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Renamed some constants
This commit is contained in:
@@ -277,9 +277,9 @@ class HallOfFame_Scene
|
||||
end
|
||||
|
||||
def getDifficulty
|
||||
if $game_switches[GAME_DIFFICULTY_EASY]
|
||||
if $game_switches[SWITCH_GAME_DIFFICULTY_EASY]
|
||||
return "Easy"
|
||||
elsif $game_switches[GAME_DIFFICULTY_HARD]
|
||||
elsif $game_switches[SWITCH_GAME_DIFFICULTY_HARD]
|
||||
return "Hard"
|
||||
else
|
||||
return "Normal"
|
||||
|
||||
Reference in New Issue
Block a user