From 6af8e7795da1e86745364af1538fa76d4e0fc07e Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 12 Apr 2011 20:23:33 +0200 Subject: minor improvments: better debug messages + no tabs :D --- pacman-c++/pacman.proto | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pacman-c++/pacman.proto') diff --git a/pacman-c++/pacman.proto b/pacman-c++/pacman.proto index 0472697..40c7af0 100644 --- a/pacman-c++/pacman.proto +++ b/pacman-c++/pacman.proto @@ -1,16 +1,16 @@ package ProtoBuf; message KeyPressUpdate { - required uint32 newKey = 1; + required uint32 newKey = 1; } //TODO move points inside array message MapUpdate { - repeated uint32 field = 1 [packed=true]; - repeated uint32 round_points = 2; - repeated uint32 game_points = 3; + repeated uint32 field = 1 [packed=true]; + repeated uint32 round_points = 2; + repeated uint32 game_points = 3; } message WhoAmI { - required uint32 color = 1; + required uint32 color = 1; } -- cgit v1.2.3