diff options
| author | manuel <manuel@mausz.at> | 2011-05-11 17:38:29 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-05-11 17:38:29 +0200 |
| commit | ca29fc0babe8fc985a9e4656f80fc7faec4ac8a5 (patch) | |
| tree | fb48f74ffcddcd8b260ebf78062623427aeda862 /pacman-c++/proto | |
| parent | 535c342a2f28e0a1e90010b2f0ff4018eeeb200a (diff) | |
| download | foop-ca29fc0babe8fc985a9e4656f80fc7faec4ac8a5.tar.gz foop-ca29fc0babe8fc985a9e4656f80fc7faec4ac8a5.tar.bz2 foop-ca29fc0babe8fc985a9e4656f80fc7faec4ac8a5.zip | |
- 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
Diffstat (limited to 'pacman-c++/proto')
| -rw-r--r-- | pacman-c++/proto/pacman.proto | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
| 1 | package ProtoBuf; | 1 | package ProtoBuf; |
| 2 | 2 | ||
| 3 | message KeyPressUpdate { | 3 | message ClientUpdate { |
| 4 | required uint32 newKey = 1; | 4 | required uint32 new_direction = 1; |
| 5 | } | 5 | } |
| 6 | 6 | ||
| 7 | message Init { | 7 | message Init { |
