From bbd2a69a962d15f74a4afcb7b66462eac9fa5008 Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 20 Apr 2011 02:19:08 +0200 Subject: game rounds finally implemented: - game rounds will be detected during the round AND - a new map will be send in the NEXT tick to the clients --- pacman-c++/actor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pacman-c++/actor.h') diff --git a/pacman-c++/actor.h b/pacman-c++/actor.h index 41ad232..389d7c6 100644 --- a/pacman-c++/actor.h +++ b/pacman-c++/actor.h @@ -34,6 +34,7 @@ public: PixmapItem &icon(); Movement direction(); + void resetDirection(); bool isLocal(); void move(Movement direction); bool isMoving(); -- cgit v1.2.3