Changeset 8df0c49 in network-game for client


Ignore:
Timestamp:
Feb 6, 2014, 11:53:23 PM (11 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
master
Children:
9cbdc9c
Parents:
2ce5154
Message:

Client makefile shows warnings

Location:
client
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • client/Client/main.cpp

    r2ce5154 r8df0c49  
    868868               cout << "Got a logout message" << endl;
    869869
    870                int playerId;
     870               unsigned int playerId;
    871871
    872872               // Check if it's about you or another player
  • client/makefile

    r2ce5154 r8df0c49  
    11CC = g++
    22LIB_FLAGS = `pkg-config --cflags --libs --static allegro-static-5.0 allegro_ttf-static-5.0 allegro_primitives-static-5.0`
    3 FLAGS = -Wall
     3FLAGS = -Wall -g
    44COMMON_PATH = ../common
    55DEPENDENCIES = 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
Note: See TracChangeset for help on using the changeset viewer.