• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Could someone...

EvulMastah

๏̯͡๏﴿
Premium User
Joined
Aug 19, 2007
Messages
4,941
Solutions
11
Reaction score
352
FIX that line?
Code:
mType->nameDescription += " (Level: " + mType->level + ")";

Error:
Code:
../source/monsters.cpp: In member function `bool Monsters::loadMonster(const std::string&, const std::string&, bool)':
../source/monsters.cpp:768: error: invalid operands of types `const char*' and `const char[2]' to binary `operator+'

make.exe: *** [../source/monsters.o] Error 1


PS:
YES, I know there is C++ board.
 
Back
Top