MattL
Member
|
RPG 2 wont compile
This may seem a dumb question but I purchased the source code and went to compile the project so I could play the game got the following errors.
Code:
1>e:\esenthel\projects\_build_\esenthel rpg 2\source\chr.cpp(538): error C3861: 'LerpCube': identifier not found
1>e:\esenthel\projects\_build_\esenthel rpg 2\source\chr.cpp(539): error C3861: 'LerpCube': identifier not found
links to this code
cskel.animate(sac_hold_l, Time.time(), LerpCube(b_hold_l), true);
cskel.animate(sac_hold_r, Time.time(), LerpCube(b_hold_r), true);
Please advise.
I just recently came to this community. I'm a college student learning how to program wanted a project to work on as well built a portfolio. I look forward asking for project related questions in the future.
|
|
07-03-2014 02:56 AM |
|
Esenthel
Administrator
|
|
07-03-2014 03:34 AM |
|
MattL
Member
|
RE: RPG 2 wont compile
Thank you, I went ahead and changed it manually. Everything seems to be working right, thanks for the help.
|
|
07-03-2014 07:18 PM |
|