summaryrefslogtreecommitdiffstats
path: root/pacman-c++/pacman.proto
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-13 17:24:38 +0200
committermanuel <manuel@mausz.at>2011-04-13 17:24:38 +0200
commit2c351a8bccdfe0fe9ad0ccb4dba5e15ef23b4c0c (patch)
treeaf5e526ab09607be5c2d6bd110d9b3319b3c65e6 /pacman-c++/pacman.proto
parent346287fa182b9f31685eb6773c937b58b041e692 (diff)
downloadfoop-2c351a8bccdfe0fe9ad0ccb4dba5e15ef23b4c0c.tar.gz
foop-2c351a8bccdfe0fe9ad0ccb4dba5e15ef23b4c0c.tar.bz2
foop-2c351a8bccdfe0fe9ad0ccb4dba5e15ef23b4c0c.zip
- rewrite network methods (ugly but good performance)
- fix memleaks
Diffstat (limited to 'pacman-c++/pacman.proto')
-rw-r--r--pacman-c++/pacman.proto1
1 files changed, 0 insertions, 1 deletions
diff --git a/pacman-c++/pacman.proto b/pacman-c++/pacman.proto
index 40c7af0..98478a0 100644
--- a/pacman-c++/pacman.proto
+++ b/pacman-c++/pacman.proto
@@ -4,7 +4,6 @@ message KeyPressUpdate {
4 required uint32 newKey = 1; 4 required uint32 newKey = 1;
5} 5}
6 6
7//TODO move points inside array
8message MapUpdate { 7message MapUpdate {
9 repeated uint32 field = 1 [packed=true]; 8 repeated uint32 field = 1 [packed=true];
10 repeated uint32 round_points = 2; 9 repeated uint32 round_points = 2;