summaryrefslogtreecommitdiffstats
path: root/pacman-c++/pacman.proto
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-10 21:34:29 +0200
committermanuel <manuel@mausz.at>2011-04-10 21:34:29 +0200
commit817dcc4e4493fb89c6d52b5e5ce1548b6a047d08 (patch)
tree81f0eea0617d05604e6636cb020509f9ec504e6e /pacman-c++/pacman.proto
parentd0eafb0124a39eeda6c00595a943ce9811d589c4 (diff)
downloadfoop-817dcc4e4493fb89c6d52b5e5ce1548b6a047d08.tar.gz
foop-817dcc4e4493fb89c6d52b5e5ce1548b6a047d08.tar.bz2
foop-817dcc4e4493fb89c6d52b5e5ce1548b6a047d08.zip
- first round of coding cleanup
- small sound fix
Diffstat (limited to 'pacman-c++/pacman.proto')
-rw-r--r--pacman-c++/pacman.proto1
1 files changed, 1 insertions, 0 deletions
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 {
4 required uint32 newKey = 1; 4 required uint32 newKey = 1;
5} 5}
6 6
7//TODO move points inside array
7message MapUpdate { 8message MapUpdate {
8 repeated uint32 field = 1 [packed=true]; 9 repeated uint32 field = 1 [packed=true];
9 required uint32 round_points_red = 2; 10 required uint32 round_points_red = 2;