diff options
| author | manuel <manuel@mausz.at> | 2011-04-17 19:19:56 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-04-17 19:19:56 +0200 |
| commit | 65195fdab6262d31056c74f922376de3b009943c (patch) | |
| tree | e76a6141ae0603494dab0830baa41ec29a55f74e /pacman-c++/client.cpp | |
| parent | 8187d48b30defcb11c61ba5365fe974151849e38 (diff) | |
| download | foop-65195fdab6262d31056c74f922376de3b009943c.tar.gz foop-65195fdab6262d31056c74f922376de3b009943c.tar.bz2 foop-65195fdab6262d31056c74f922376de3b009943c.zip | |
a bigger commit again:
- fix pacman movement. now more like real pacman (again). e.g. if you press a direction-key again: the pacman will move in that direction as soon as possible and no repeated keypress is needed
- add random colorized blocks (without dieing yet)
- add cmdline-option: --nocolorblocks to disable that
Diffstat (limited to 'pacman-c++/client.cpp')
| -rw-r--r-- | pacman-c++/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/client.cpp b/pacman-c++/client.cpp index 7c428c5..581778e 100644 --- a/pacman-c++/client.cpp +++ b/pacman-c++/client.cpp | |||
| @@ -152,7 +152,7 @@ void Client::showAbout() | |||
| 152 | 152 | ||
| 153 | bool Constants::server = false; | 153 | bool Constants::server = false; |
| 154 | 154 | ||
| 155 | int main(int argc, char ** argv) | 155 | int main(int argc, char **argv) |
| 156 | { | 156 | { |
| 157 | /* Verify that the version of the library that we linked against is | 157 | /* Verify that the version of the library that we linked against is |
| 158 | * compatible with the version of the headers we compiled against. | 158 | * compatible with the version of the headers we compiled against. |
