mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix anglelag typo
This commit is contained in:
parent
cda0441abb
commit
f8ad0a28e7
1 changed files with 1 additions and 1 deletions
|
|
@ -3891,7 +3891,7 @@ void readfollower(MYFILE *f)
|
||||||
}
|
}
|
||||||
else if (fastcmp(word, "ANGLELAG"))
|
else if (fastcmp(word, "ANGLELAG"))
|
||||||
{
|
{
|
||||||
followers[numfollowers].vertlag = (fixed_t)get_number(word2);
|
followers[numfollowers].anglelag = (fixed_t)get_number(word2);
|
||||||
}
|
}
|
||||||
else if (fastcmp(word, "BOBSPEED"))
|
else if (fastcmp(word, "BOBSPEED"))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue