- cleaned out most of the less frequent typedef types in SW.

This commit is contained in:
Christoph Oelckers 2021-12-31 15:27:18 +01:00
parent 10187e892f
commit 87d2b3274b
12 changed files with 39 additions and 126 deletions

View file

@ -1133,7 +1133,7 @@ DSWActor* DoPickTarget(DSWActor* actor, uint32_t max_delta_ang, int skip_targets
int16_t* shp;
int ezh, ezhl, ezhm;
unsigned ndx;
TARGET_SORTp ts;
TARGET_SORT* ts;
int ang_weight, dist_weight;
// !JIM! Watch out for max_delta_ang of zero!