fix warning

This commit is contained in:
Eduardo Bart 2011-12-07 13:33:00 -02:00
parent cf0aab6d4d
commit d4a6308705
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
int level = msg.getU16(); // level
int type = msg.getU8();
int channelId;
int channelId = 0;
Position creaturePos;
switch(type) {