mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Change default followercolor to "Match" (from "1")
This commit is contained in:
parent
59cd7bfc11
commit
368a45c674
1 changed files with 4 additions and 4 deletions
|
|
@ -295,10 +295,10 @@ consvar_t cv_follower[MAXSPLITSCREENPLAYERS] = {
|
||||||
|
|
||||||
// player's follower colors... Also saved...
|
// player's follower colors... Also saved...
|
||||||
consvar_t cv_followercolor[MAXSPLITSCREENPLAYERS] = {
|
consvar_t cv_followercolor[MAXSPLITSCREENPLAYERS] = {
|
||||||
CVAR_INIT ("followercolor", "1", CV_SAVE|CV_CALL|CV_NOINIT, Followercolor_cons_t, Followercolor_OnChange),
|
CVAR_INIT ("followercolor", "Match", CV_SAVE|CV_CALL|CV_NOINIT, Followercolor_cons_t, Followercolor_OnChange),
|
||||||
CVAR_INIT ("followercolor2", "1", CV_SAVE|CV_CALL|CV_NOINIT, Followercolor_cons_t, Followercolor2_OnChange),
|
CVAR_INIT ("followercolor2", "Match", CV_SAVE|CV_CALL|CV_NOINIT, Followercolor_cons_t, Followercolor2_OnChange),
|
||||||
CVAR_INIT ("followercolor3", "1", CV_SAVE|CV_CALL|CV_NOINIT, Followercolor_cons_t, Followercolor3_OnChange),
|
CVAR_INIT ("followercolor3", "Match", CV_SAVE|CV_CALL|CV_NOINIT, Followercolor_cons_t, Followercolor3_OnChange),
|
||||||
CVAR_INIT ("followercolor4", "1", CV_SAVE|CV_CALL|CV_NOINIT, Followercolor_cons_t, Followercolor4_OnChange)
|
CVAR_INIT ("followercolor4", "Match", CV_SAVE|CV_CALL|CV_NOINIT, Followercolor_cons_t, Followercolor4_OnChange)
|
||||||
};
|
};
|
||||||
|
|
||||||
// last selected profile, unaccessible cvar only set internally but is saved.
|
// last selected profile, unaccessible cvar only set internally but is saved.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue