mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
C90 moment
This commit is contained in:
parent
8490919257
commit
feceb97df0
1 changed files with 3 additions and 8 deletions
|
|
@ -126,14 +126,9 @@ static CV_PossibleValue_t music_resync_threshold_cons_t[] = {
|
||||||
|
|
||||||
{0}
|
{0}
|
||||||
};
|
};
|
||||||
consvar_t cv_music_resync_threshold = {
|
consvar_t cv_music_resync_threshold = {"music_resync_threshold", "100", CV_SAVE|CV_CALL, music_resync_threshold_cons_t, I_UpdateSongLagThreshold, 0, NULL, NULL, 0, 0, NULL};
|
||||||
"music_resync_threshold", "100", CV_SAVE|CV_CALL,
|
|
||||||
music_resync_threshold_cons_t, I_UpdateSongLagThreshold
|
consvar_t cv_music_resync_powerups_only = {"music_resync_powerups_only", "No", CV_SAVE|CV_CALL, CV_YesNo, I_UpdateSongLagConditions, 0, NULL, NULL, 0, 0, NULL};
|
||||||
};
|
|
||||||
consvar_t cv_music_resync_powerups_only = {
|
|
||||||
"music_resync_powerups_only", "No", CV_SAVE|CV_CALL,
|
|
||||||
CV_YesNo, I_UpdateSongLagConditions
|
|
||||||
};
|
|
||||||
|
|
||||||
#define S_MAX_VOLUME 127
|
#define S_MAX_VOLUME 127
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue