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


Ignore:
Timestamp:
Jan 26, 2014, 9:46:43 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
c991530
Parents:
5c7f28d (diff), 1e250bf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of github.com:weretaco/network-game

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/main.cpp

    r5c7f28d rc51da03  
    1515#include <cstdio>
    1616#include <cstdlib>
    17 #include <cmath>
     17//#include <cmath>
    1818#include <sys/types.h>
    1919#include <string>
     
    133133   ALLEGRO_EVENT_QUEUE *event_queue = NULL;
    134134   ALLEGRO_TIMER *timer = NULL;
    135    bool key[4] = { false, false, false, false };
    136135   map<unsigned int, Player*> mapPlayers;
    137136   unsigned int curPlayerId = -1;
     
    697696               cout << "Got a logout message" << endl;
    698697
    699                int playerId;
     698               unsigned int playerId;
    700699
    701700               // Check if it's about you or another player
Note: See TracChangeset for help on using the changeset viewer.