View Single Post
  #14  
Old 10-02-2012, 05:08 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

From rulesys.h

Code:
#ifdef WIN64
	int32 	m_RuleIntValues [_IntRuleCount ];
#else
	int m_RuleIntValues [_IntRuleCount ];
#endif
There shouldn't be anything conditional there, the rule values should always be int32.
Reply With Quote