Skip to content

Commit

Permalink
Named some missing eTargetFlags with knowledge gained from RA1.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBx committed Oct 13, 2012
1 parent b83ca69 commit 32293a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GeneralDefinitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -1297,10 +1297,10 @@ typedef int eTargetFlags;
#define ttf_Vehicles 0x10
#define ttf_Buildings 0x20
#define ttf_Economy 0x40
#define ttf_0x80 0x80
#define ttf_0x100 0x100
#define ttf_Ships 0x80 // from RA1
#define ttf_Neutral 0x100 // from RA1
#define ttf_Capture 0x200
#define ttf_0x400 0x400
#define ttf_Fakes 0x400 // from RA1
#define ttf_Power 0x800
#define ttf_Factories 0x1000
#define ttf_BaseDefense 0x2000
Expand Down

0 comments on commit 32293a3

Please sign in to comment.