View Single Post
  #8  
Old 02-22-2010, 02:31 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

The thing about the new fields you opened up for the attack types... When I started compiling I had ran into this

Quote:
1>Compiling...
1>attack.cpp
1>.\attack.cpp(1659) : error C2440: '=' : cannot convert from 'int8' to 'SkillType'
1> Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
1>.\attack.cpp(1662) : error C2440: '=' : cannot convert from 'int8' to 'SkillType'
1> Conversion to enumeration type requires an explicit cast (static_cast, C-style cast or function-style cast)
Reply With Quote