Fix anglelag typo

This commit is contained in:
Sally Coolatta 2022-05-23 00:40:37 -04:00
parent cda0441abb
commit f8ad0a28e7

View file

@ -3891,7 +3891,7 @@ void readfollower(MYFILE *f)
}
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"))
{