From 793fe4e6032c5bce93b005a62a2c20e8d2075d8c Mon Sep 17 00:00:00 2001 From: "Colton G. Rushton" Date: Tue, 15 Jan 2019 18:03:15 -0400 Subject: [PATCH] Fixed another minor typo or two --- code/botlib/be_aas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/botlib/be_aas.h b/code/botlib/be_aas.h index dbf24bc1..cb7d73c9 100644 --- a/code/botlib/be_aas.h +++ b/code/botlib/be_aas.h @@ -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;