Skip to content

Commit

Permalink
Allow fov and hud_fov on MASTER_GOLD
Browse files Browse the repository at this point in the history
Removed #if 1, not needed.
  • Loading branch information
Xottab-DUTY committed Jun 17, 2018
1 parent 126161c commit 030ab7c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/xrGame/console_commands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1757,17 +1757,13 @@ void CCC_RegisterCommands()
CMD3(CCC_Mask, "hud_crosshair", &psHUD_Flags, HUD_CROSSHAIR);
CMD3(CCC_Mask, "hud_crosshair_dist", &psHUD_Flags, HUD_CROSSHAIR_DIST);

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

// Demo
#if 1 // ndef MASTER_GOLD
// Demo
CMD1(CCC_DemoPlay, "demo_play");
CMD1(CCC_DemoRecord, "demo_record");
CMD1(CCC_DemoRecordSetPos, "demo_set_cam_position");
#endif // #ifndef MASTER_GOLD

#ifndef MASTER_GOLD
// ai
Expand Down

0 comments on commit 030ab7c

Please sign in to comment.