We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eaa6cd commit ac82ac3Copy full SHA for ac82ac3
src/modules/MainMenu.cpp
@@ -183,19 +183,18 @@ void MainMenu::SwitchPlayerCharacter(char* name) noexcept
183
184
void MainMenu::OnFrame()
185
{
186
+#ifndef TR8
187
// Shows the watermark in th main menu
188
auto mainState = *(int*)GET_ADDRESS(0x10E5868, 0x838838, 0xE7ED60);
189
190
if (mainState == MS_DISPLAY_MAIN_MENU && !m_noWatermark.GetValue())
191
192
auto font = Font::GetMainFont();
193
-#ifdef TR8
194
- font->SetScale(0.7f, 0.7f);
195
-#endif
196
font->SetCursor(5.f, 430.f);
197
font->Print("TRLAU-Menu-Hook");
198
}
+#endif
199
200
201
void MainMenu::OnLoop()
0 commit comments