• 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 Mystic Spirit 0.2.9 cant compile

shor

New Member
Joined
Jan 2, 2011
Messages
137
Reaction score
0
Location
Poland
I have some other errors:
Code:
 C:\Documents and Settings\Serwer1\Pulpit\forgottenserver-0.2.9.r89\0.2.9.r89\player.cpp In member function `bool Player::tameMount(uint8_t)': 

4815 C:\Documents and Settings\Serwer1\Pulpit\forgottenserver-0.2.9.r89\0.2.9.r89\player.cpp [Warning] converting to `int32_t' from `double'  

C:\Documents and Settings\Serwer1\Pulpit\forgottenserver-0.2.9.r89\0.2.9.r89\mounts.cpp In member function `bool Mount::isTamed(Player*) const': 

46 C:\Documents and Settings\Serwer1\Pulpit\forgottenserver-0.2.9.r89\0.2.9.r89\mounts.cpp [Warning] converting to `int32_t' from `double'

line 4815 in player.cpp
Code:
value = pow(2, mountId % 31);

line 46 in mounts.cpp
Code:
int32_t tmp = pow(2, tmpId % 31);

help plx
 
Back
Top