mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Save showfps
This commit is contained in:
parent
c5279e5795
commit
3ba8f38829
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ UINT8 *screens[5];
|
|||
// screens[3] = fade screen start
|
||||
// screens[4] = fade screen end, postimage tempoarary buffer
|
||||
|
||||
consvar_t cv_ticrate = CVAR_INIT ("showfps", "No", 0, CV_YesNo, NULL);
|
||||
consvar_t cv_ticrate = CVAR_INIT ("showfps", "No", CV_SAVE, CV_YesNo, NULL);
|
||||
|
||||
static void CV_palette_OnChange(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue