Removed all excess whitespace and standardized line endings.

This commit is contained in:
m3rein
2020-09-05 21:23:16 +02:00
parent caed5bd757
commit 240af4e5e7
219 changed files with 929 additions and 929 deletions

View File

@@ -2,7 +2,7 @@
# ** Game_System
#------------------------------------------------------------------------------
# This class handles data surrounding the system. Backround music, etc.
# is managed here as well. Refer to "$game_system" for the instance of
# is managed here as well. Refer to "$game_system" for the instance of
# this class.
#==============================================================================
@@ -47,7 +47,7 @@ class Game_System
################################################################################
def bgm_play(bgm)
def bgm_play(bgm)
bgm_play_internal(bgm,0)
end
@@ -226,7 +226,7 @@ class Game_System
end
def getPlayingBGS
return (@playing_bgs) ? @playing_bgs.clone : nil
return (@playing_bgs) ? @playing_bgs.clone : nil
end
################################################################################
@@ -286,4 +286,4 @@ class Game_System
event.start
end
end
end
end