From 7a0150347896fae4336f93a6752dadfd840d4ff6 Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Fri, 26 Jan 2007 06:04:11 +0000 Subject: [PATCH] Merged revision 3249 from 1.77; fixed typo in tfcconst.in (am50097) --- plugins/include/tfcconst.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/include/tfcconst.inc b/plugins/include/tfcconst.inc index 2f00d649..0affc384 100755 --- a/plugins/include/tfcconst.inc +++ b/plugins/include/tfcconst.inc @@ -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)