Game Development Community

Melee identifier

by Skylar Kelty · in Torque Game Engine · 04/22/2006 (2:51 am) · 3 replies

Not sure where I should post this so im posting here

Im trying to get the melee code from rw into tge 1.4 Ive got it mostly working apart from this:

error C2065: 'mHandAttackPlaying' : undeclared identifier

Where is it supposed to be identified?

#1
04/25/2006 (11:04 am)
Still need help :(
#2
04/26/2006 (4:17 pm)
It means you didn't port all of the code over properly. It's looking for a variable that isn't defined, have you checked the .h as well as the .cc files when porting stuff over?
#3
04/27/2006 (9:27 am)
Yes, it was all in
found out I didn't need it for melee anyway so just took it out, must be for something else