mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-08 17:13:15 +00:00
I'm an idiot. Fix very dumb crash caused by lazy copypaste when trying to apply fallback state on followers
This commit is contained in:
parent
169ec43eec
commit
3d5f2e4e67
1 changed files with 1 additions and 1 deletions
|
|
@ -926,7 +926,7 @@ if (!followers[numfollowers].field) \
|
|||
NOSTATE(hurtstate, "hurtstate");
|
||||
NOSTATE(losestate, "losestate");
|
||||
NOSTATE(winstate, "winstate");
|
||||
NOSTATE(winstate, "hitconfirmstate");
|
||||
NOSTATE(hitconfirmstate, "hitconfirmstate");
|
||||
#undef NOSTATE
|
||||
|
||||
CONS_Printf("Added follower '%s'\n", dname);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue