Index: client/Client/main.cpp
===================================================================
--- client/Client/main.cpp	(revision efdb3ec2deac3d12117514d2ba5306c3449a34d6)
+++ client/Client/main.cpp	(revision 9cbdc9c1776765a4f73524cf019ae6a955b71877)
@@ -868,5 +868,5 @@
                cout << "Got a logout message" << endl;
 
-               int playerId;
+               unsigned int playerId;
 
                // Check if it's about you or another player
Index: client/makefile
===================================================================
--- client/makefile	(revision efdb3ec2deac3d12117514d2ba5306c3449a34d6)
+++ client/makefile	(revision 9cbdc9c1776765a4f73524cf019ae6a955b71877)
@@ -1,5 +1,5 @@
 CC = g++
 LIB_FLAGS = `pkg-config --cflags --libs --static allegro-static-5.0 allegro_ttf-static-5.0 allegro_primitives-static-5.0`
-FLAGS = -Wall
+FLAGS = -Wall -g
 COMMON_PATH = ../common
 DEPENDENCIES = Common.o MessageContainer.o MessageProcessor.o Player.o WorldMap.o Projectile.o Game.o GameRender.o GameSummary.o chat.o GuiComponent.o Window.o Textbox.o Button.o RadioButtonList.o TextLabel.o
