Skip to content

Commit

Permalink
Update FuckState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Dec 3, 2024
1 parent 8f846a5 commit 778a5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/funkin/ui/FuckState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class FuckState extends FlxState
public static var useOpenFL:Bool = false;
public static var lastERROR = "";

var jokes:Array<String> = [
public static var jokes:Array<String> = [
"fatal error",
"i love haxe",
"i love hscript",
Expand Down Expand Up @@ -329,7 +329,7 @@ class FuckState extends FlxState
{
super.create();

FunkinSound.playOnce(Paths.soundRandom('badnoise', 1, 3), 1.0);
funkin.audio.FunkinSoundFunkinSound.playOnce(Paths.soundRandom('badnoise', 1, 3), 1.0);

try
{
Expand Down

0 comments on commit 778a5c5

Please sign in to comment.