|
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...
|