fix warning

This commit is contained in:
Eduardo Bart 2011-12-06 22:49:34 -02:00
parent 203d5768cb
commit a6b66e3f7e
1 changed files with 1 additions and 1 deletions

View File

@ -717,7 +717,7 @@ void ProtocolGame::parseCreatureSpeak(InputMessage& msg)
std::string name = msg.getString(); // name std::string name = msg.getString(); // name
int level = msg.getU16(); // level int level = msg.getU16(); // level
int type = msg.getU8(); int type = msg.getU8();
int channelId; int channelId = 0;
Position creaturePos; Position creaturePos;
switch(type) { switch(type) {