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

@@ -144,7 +144,7 @@ module AudioState
def self.pitch; @pitch; end
def self.volume; @volume; end
def self.waitingBGM=(value);
def self.waitingBGM=(value);
Thread.exclusive { @waitingBGM=value; }
end
@@ -245,7 +245,7 @@ def Audio_me_fade(ms)
end
def Audio_me_stop()
AudioState::AudioContextStop.call(AudioState.meContext)
AudioState::AudioContextStop.call(AudioState.meContext)
end
def Audio_bgs_play(name, volume, pitch, position = 0)
@@ -264,7 +264,7 @@ def Audio_bgs_fade(ms)
end
def Audio_bgs_stop()
AudioState::AudioContextStop.call(AudioState.bgsContext)
AudioState::AudioContextStop.call(AudioState.bgsContext)
end
def Audio_se_play(name, volume, pitch, position = 0)
@@ -279,7 +279,7 @@ def Audio_se_play(name, volume, pitch, position = 0)
end
def Audio_se_stop()
AudioState::AudioContextStop.call(AudioState.seContext)
AudioState::AudioContextStop.call(AudioState.seContext)
end