File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 253253| sar_hud_portal_angles_2| 0| Draw the camera angles of the last secondary portal shot.|
254254| sar_hud_portals| 0| Draws total portal count.|
255255| sar_hud_position| 0| Draws absolute position of the client.<br >0 = Default,<br >1 = Player position,<br >2 = Camera (shoot) position.|
256- | sar_hud_precision| 3 | Precision of HUD numbers.|
256+ | sar_hud_precision| 2 | Precision of HUD numbers.|
257257| sar_hud_rainbow| -1| Enables the rainbow HUD mode. -1 = default, 0 = disable, 1 = enable.|
258258| sar_hud_session| 0| Draws current session tick.|
259259| sar_hud_set_text| cmd| sar_hud_set_text \< id> \< text>... - sets and shows the nth text value in the HUD|
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ void Session::Started(bool menu) {
7474 NetMessage::SessionStarted ();
7575
7676 if (menu) {
77+ g_cap_frametime = 2 ;
7778 console->Print (" Session started! (menu)\n " );
7879 this ->Rebase (engine->GetTick ());
7980
You can’t perform that action at this time.
0 commit comments