Merged revision 3249 from 1.77; fixed typo in tfcconst.in (am50097)

This commit is contained in:
Steve Dudenhoeffer 2007-01-26 06:04:11 +00:00
parent dd8f138892
commit 7a01503478

View File

@ -69,6 +69,8 @@ enum {
TFC_PC_CIVILIAN,
};
#define TFC_PC_ENGINEER TFC_PC_ENGENEER
// Goal items
#define TFC_GOALITEM_BLUE (1 << 17)
#define TFC_GOALITEM_RED (1 << 18)