View Single Post
Old Feb 8th, 2005, 12:58 AM   #13
Siphon
Newbie
 
Join Date: Feb 2005
Posts: 25
Rep Power: 0 Siphon is on a distinguished road
This is what happens when I do as you say:

D:\PROJEKTET\game\game\player.cpp(470) : error C2064: term does not evaluate to a function
D:\PROJEKTET\game\game\player.cpp(473) : error C2064: term does not evaluate to a function
D:\PROJEKTET\game\game\player.cpp(498) : error C2064: term does not evaluate to a function
D:\PROJEKTET\game\game\player.cpp(501) : error C2064: term does not evaluate to a function
D:\PROJEKTET\game\game\player.cpp(513) : error C2143: syntax error : missing ';' before ']'
D:\PROJEKTET\game\game\player.cpp(530) : error C2143: syntax error : missing ';' before '}'
D:\PROJEKTET\game\game\player.cpp(530) : error C2143: syntax error : missing ';' before '}'
D:\PROJEKTET\game\game\player.cpp(530) : error C2143: syntax error : missing ';' before '}'

And I can't see a single ";" that is missing anywhere...

d:\projektet\game\game\player.h(19) : error C2061: syntax error : identifier 'monster'
player.cpp

and one of those beauties...
Siphon is offline   Reply With Quote