Skip to content

Commit

Permalink
fix: ST logo
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeBryssinck committed Nov 2, 2024
1 parent 70098e5 commit 5283b82
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Code/client/Games/Misc/MenuTopicManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ bool TP_MAKE_THISCALL(HookPlayDialogueOption, MenuTopicManager, int32_t aIndex)
return TiltedPhoques::ThisCall(RealPlayDialogueOption, apThis, aIndex);
}

TiltedPhoques::Initializer s_menuTopicHooks(
static TiltedPhoques::Initializer s_menuTopicHooks(
[]()
{
POINTER_SKYRIMSE(TPlayDialogueOption, s_playDialogueOption, 35269);
Expand Down
2 changes: 1 addition & 1 deletion Code/client/Games/Misc/SubtitleManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ void TP_MAKE_THISCALL(HookShowSubtitle, SubtitleManager, TESObjectREFR* apSpeake
TiltedPhoques::ThisCall(RealShowSubtitle, apThis, apSpeaker, apSubtitleText, aIsInDialogue);
}

TiltedPhoques::Initializer s_subtitleHooks(
static TiltedPhoques::Initializer s_subtitleHooks(
[]()
{
POINTER_SKYRIMSE(TShowSubtitle, s_showSubtitle, 52626);
Expand Down
4 changes: 0 additions & 4 deletions Code/immersive_launcher/launcher.rc
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,4 @@ END

CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "resources/launcher.manifest"

#if defined(TARGET_ST)
102 ICON "resources/st.ico"
#elif defined(TARGET_FT)
102 ICON "resources/ft.ico"
#endif
4 changes: 0 additions & 4 deletions Code/server_runner/server_runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,4 @@ END

CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "resources/server.manifest"

#if defined(TARGET_ST)
102 ICON "resources/st_srv.ico"
#elif defined(TARGET_FT)
102 ICON "resources/ft_srv.ico"
#endif

0 comments on commit 5283b82

Please sign in to comment.