Changeset 402cf86 in network-game for common/Game.h


Ignore:
Timestamp:
Dec 20, 2013, 1:41:49 AM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
6c9bcdd
Parents:
fef7c69
Message:

The server checks player movement in individual games and stops players who hit obstacles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Game.h

    rfef7c69 r402cf86  
    4242   bool removePlayer(unsigned int id);
    4343   bool startPlayerMovement(unsigned int id, int x, int y);
     44   bool processPlayerMovement(Player* p, FLOAT_POSITION oldPos);
     45
    4446   void setBlueScore(int score);
    4547   void setRedScore(int score);
Note: See TracChangeset for help on using the changeset viewer.