What's new

Kompilacja Blad przy edycji protocolgame

Status
Not open for further replies.

Oskar1415

Advanced User
Joined
Feb 25, 2009
Messages
381
Reaction score
22
Witam. Mam problem gdy edytuje protocolgame i dochodz? kompilacji to wyskakuje mi b??d w tym kodzie:
void ProtocolGame::parseAttack(NetworkMessage& msg)
{
uint32_t creatureId = msg.GetU32();
addGameTask(&Game::playerSetAttackedCreature, player->getID(), creatureId);
}
Co jest tu ?le??
 
Status
Not open for further replies.
Top