Skip to content

Commit

Permalink
Fixed another minor typo or two
Browse files Browse the repository at this point in the history
  • Loading branch information
rawr51919 authored and zturtleman committed Nov 23, 2023
1 parent b74fc02 commit 0a2a017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/botlib/be_aas.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,5 +174,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;

0 comments on commit 0a2a017

Please sign in to comment.