Skip to content

Commit 030ab7c

Browse files
committed
Allow fov and hud_fov on MASTER_GOLD
Removed #if 1, not needed.
1 parent 126161c commit 030ab7c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/xrGame/console_commands.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,17 +1757,13 @@ void CCC_RegisterCommands()
17571757
CMD3(CCC_Mask, "hud_crosshair", &psHUD_Flags, HUD_CROSSHAIR);
17581758
CMD3(CCC_Mask, "hud_crosshair_dist", &psHUD_Flags, HUD_CROSSHAIR_DIST);
17591759

1760-
#if !defined(MASTER_GOLD) || defined(DEBUG)
17611760
CMD4(CCC_Float, "hud_fov", &psHUD_FOV, 0.1f, 1.0f);
17621761
CMD4(CCC_Float, "fov", &g_fov, 5.0f, 180.0f);
1763-
#endif // DEBUG
17641762

1765-
// Demo
1766-
#if 1 // ndef MASTER_GOLD
1763+
// Demo
17671764
CMD1(CCC_DemoPlay, "demo_play");
17681765
CMD1(CCC_DemoRecord, "demo_record");
17691766
CMD1(CCC_DemoRecordSetPos, "demo_set_cam_position");
1770-
#endif // #ifndef MASTER_GOLD
17711767

17721768
#ifndef MASTER_GOLD
17731769
// ai

0 commit comments

Comments
 (0)