Changeset 1e250bf in network-game for client/Client/main.cpp


Ignore:
Timestamp:
Jan 26, 2014, 12:02:49 AM (11 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
master
Children:
c51da03
Parents:
9ee50ce
Message:

Client makefile is up-to-date and includes -Wall

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/main.cpp

    r9ee50ce r1e250bf  
    1515#include <cstdio>
    1616#include <cstdlib>
    17 #include <cmath>
     17//#include <cmath>
    1818#include <sys/types.h>
    1919#include <string>
     
    134134   ALLEGRO_EVENT_QUEUE *event_queue = NULL;
    135135   ALLEGRO_TIMER *timer = NULL;
    136    bool key[4] = { false, false, false, false };
    137136   map<unsigned int, Player*> mapPlayers;
    138137   map<unsigned int, Projectile> mapProjectiles;
     
    706705               cout << "Got a logout message" << endl;
    707706
    708                int playerId;
     707               unsigned int playerId;
    709708
    710709               // Check if it's about you or another player
Note: See TracChangeset for help on using the changeset viewer.