Index: client/Client/main.cpp
===================================================================
--- client/Client/main.cpp	(revision 2ce51543b128ac8a1a9243f31d1d3774ee076a44)
+++ client/Client/main.cpp	(revision 8df0c49df629bf0cd3d8d74d811192bac1e40d8d)
@@ -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 2ce51543b128ac8a1a9243f31d1d3774ee076a44)
+++ client/makefile	(revision 8df0c49df629bf0cd3d8d74d811192bac1e40d8d)
@@ -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
