• 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 House.cpp

squall14

New Member
Joined
Dec 28, 2007
Messages
34
Reaction score
0
Well I'm compiling from trunk and i get this errors and i cant find anything wrong in this lines

Code:
 H:\Documents and Settings\Administrator\Desktop\TFS\house.cpp In member function `void Door::copyAttributes(Item*)':
Code:
704 H:\Documents and Settings\Administrator\Desktop\TFS\house.cpp `copyAttributes' is not a member of `Item'
Code:
 H:\Documents and Settings\Administrator\Desktop\TFS\house.cpp In member function `virtual void Door::onRemoved()':
Code:
717 H:\Documents and Settings\Administrator\Desktop\TFS\house.cpp 'class House' has no member named 'removeDoor'
 
Back
Top