* Options: Allow old title logo to be shown.

This commit is contained in:
iProgramInCpp
2023-12-26 22:10:15 +02:00
parent aabfeeca71
commit 2c84d2730c
4 changed files with 10 additions and 2 deletions

View File

@@ -303,6 +303,7 @@ void OptionList::initDefaultMenu()
OPTION(Boolean, m_bDontRenderGui, "Hide GUI");
OPTION(Boolean, m_bDynamicHand, "Dynamic hand movement");
OPTION(Boolean, m_bDebugText, "Debug text");
OPTION(Boolean, m_bOldTitleLogo, "Old title logo");
}
HEADER("Controls");