Fixed crash when getting the length of an ogg file, fixed mispositioning of message in Hall of Fame, fixedMusic Vlume option not applying to newly played BGM,

This commit is contained in:
Maruno17
2021-05-01 17:13:27 +01:00
parent 748ea472ba
commit f29da5fc8f
5 changed files with 7 additions and 9 deletions

View File

@@ -71,7 +71,7 @@ module Compiler
shadow = "_shadow" if name[/_shadow/]
if name[/egg/]
prefix = "Eggs/"
crack = "_icon" if default_prefix == "Icons/" || default_prefix == "Icons shiny/"
crack = "_icon" if default_prefix == "Icons/"
crack = "_cracks" if name[/eggCracks/]
end
end