From 817dcc4e4493fb89c6d52b5e5ce1548b6a047d08 Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 10 Apr 2011 21:34:29 +0200 Subject: - first round of coding cleanup - small sound fix --- pacman-c++/pacman.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'pacman-c++/pacman.proto') diff --git a/pacman-c++/pacman.proto b/pacman-c++/pacman.proto index 129d07f..3a09702 100644 --- a/pacman-c++/pacman.proto +++ b/pacman-c++/pacman.proto @@ -4,6 +4,7 @@ message KeyPressUpdate { required uint32 newKey = 1; } +//TODO move points inside array message MapUpdate { repeated uint32 field = 1 [packed=true]; required uint32 round_points_red = 2; -- cgit v1.2.3