Skip to content

Commit

Permalink
Merge pull request #347 from roblabla/fix-replaymanager-resultscreen-…
Browse files Browse the repository at this point in the history
…location

Move replaymanager and resultscreen to correct location in linker
  • Loading branch information
roblabla authored Dec 1, 2024
2 parents 0e3e58c + 974bb3d commit b395744
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ def configure(build_type):
"FileSystem",
"GameErrorContext",
"Rng",
"ReplayManager",
"ResultScreen",
"utils",
"TextHelper",
"ItemManager",
Expand All @@ -118,8 +116,8 @@ def configure(build_type):
"Supervisor",
"MusicRoom",
"Player",
# ReplayManager
# ResultScreen
"ReplayManager",
"ResultScreen",
"ScreenEffect",
"SoundPlayer",
"AnmManager",
Expand Down

0 comments on commit b395744

Please sign in to comment.