Filled out some client side monster code

This commit is contained in:
Kayne Ruse
2015-01-21 05:09:55 +11:00
parent 65f23bbd1a
commit 38f6ced633
4 changed files with 98 additions and 9 deletions
@@ -77,6 +77,8 @@ InWorld::InWorld(int* const argClientIndex, int* const argAccountIndex):
memset(&newPacket, 0, MAX_PACKET_SIZE);
newPacket.type = SerialPacketType::QUERY_CHARACTER_EXISTS;
network.SendTo(Channels::SERVER, &newPacket);
// newPacket.type = SerialPacketType::QUERY_MONSTER_EXISTS;
// network.SendTo(Channels::SERVER, &newPacket);
//set the camera's values
camera.width = GetScreen()->w;