From 2c351a8bccdfe0fe9ad0ccb4dba5e15ef23b4c0c Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 13 Apr 2011 17:24:38 +0200 Subject: - rewrite network methods (ugly but good performance) - fix memleaks --- pacman-c++/pacman.proto | 1 - 1 file changed, 1 deletion(-) (limited to 'pacman-c++/pacman.proto') 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 { required uint32 newKey = 1; } -//TODO move points inside array message MapUpdate { repeated uint32 field = 1 [packed=true]; repeated uint32 round_points = 2; -- cgit v1.2.3