mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 18:21:06 +00:00
- cleaned out most of the less frequent typedef types in SW.
This commit is contained in:
parent
10187e892f
commit
87d2b3274b
12 changed files with 39 additions and 126 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue