From ca29fc0babe8fc985a9e4656f80fc7faec4ac8a5 Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 11 May 2011 17:38:29 +0200 Subject: - fix audio plugin and make that a real interface - that fixes a duplicate statis audiomanager (1x pacman, 1x audio plugin) on windows - display won/lost dialog upon gameend --- pacman-c++/proto/pacman.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pacman-c++/proto/pacman.proto') diff --git a/pacman-c++/proto/pacman.proto b/pacman-c++/proto/pacman.proto index 8e088e8..cc4aabc 100644 --- a/pacman-c++/proto/pacman.proto +++ b/pacman-c++/proto/pacman.proto @@ -1,7 +1,7 @@ package ProtoBuf; -message KeyPressUpdate { - required uint32 newKey = 1; +message ClientUpdate { + required uint32 new_direction = 1; } message Init { -- cgit v1.2.3