Skip to content

Commit

Permalink
use general GameVersion RootPath instead hardcoding for G1
Browse files Browse the repository at this point in the history
Co-authored-by: Jucan Daniel <[email protected]>
  • Loading branch information
BoroBongo and JucanAndreiDaniel authored Oct 15, 2024
1 parent 44cb4eb commit 001e579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/UnZENity-Core/Scripts/Manager/GUZBootstrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ private static void LoadDialogs()

private static void LoadSubtitles()
{
GameData.Dialogs.CutsceneLibrary = new($"{GameGlobals.Settings.Gothic1Path}\\_work\\DATA\\scripts\\Content\\CUTSCENE\\Ou.csl");
GameData.Dialogs.CutsceneLibrary = new($"{GameContext.GameVersionAdapter.RootPath}\\_work\\DATA\\scripts\\Content\\CUTSCENE\\Ou.csl");
}

private static void LoadVideos()
Expand Down

0 comments on commit 001e579

Please sign in to comment.