mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-14 02:27:21 -07:00
[Enhancement] Add option to hide build details on boot screen (#1948)
This commit is contained in:
parent
1ae4e2c1f7
commit
156f713e19
2 changed files with 3 additions and 1 deletions
|
@ -246,7 +246,7 @@ void Title_Main(GameState* thisx) {
|
|||
Title_Calc(this);
|
||||
Title_Draw(this);
|
||||
|
||||
if (1) {
|
||||
if (!CVar_GetS32("gHideBuildInfo", 0)) {
|
||||
Gfx* gfx = POLY_OPA_DISP;
|
||||
s32 pad;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue