Fixed another minor typo or two

This commit is contained in:
Colton G. Rushton 2019-01-15 18:03:15 -04:00 committed by Colton Rushton
parent 4d82b8b525
commit 793fe4e603

View file

@ -217,5 +217,5 @@ typedef struct aas_predictroute_s
int endcontents; //contents at the end of movement prediction
int endtravelflags; //end travel flags
int numareas; //number of areas predicted ahead
int time; //time predicted ahead (in hundreth of a sec)
int time; //time predicted ahead (in hundredths of a sec)
} aas_predictroute_t;