mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-09 23:01:51 +00:00
Fixed another minor typo or two
This commit is contained in:
parent
4d82b8b525
commit
793fe4e603
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue