summaryrefslogtreecommitdiffstats
path: root/pacman-c++/constants.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-11 13:42:28 +0200
committermanuel <manuel@mausz.at>2011-04-11 13:42:28 +0200
commit6c44b14d2bae2120c069ab205f95b2e51de2caea (patch)
tree9fd910c27cb23d22db1cf1681e6791fb0fa0efea /pacman-c++/constants.h
parent3b8237b434c9a094dafebbf364b89ab2f4cbd460 (diff)
downloadfoop-6c44b14d2bae2120c069ab205f95b2e51de2caea.tar.gz
foop-6c44b14d2bae2120c069ab205f95b2e51de2caea.tar.bz2
foop-6c44b14d2bae2120c069ab205f95b2e51de2caea.zip
make constants::server extern
code cleanup
Diffstat (limited to 'pacman-c++/constants.h')
-rw-r--r--pacman-c++/constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/constants.h b/pacman-c++/constants.h
index 90963fe..15eba86 100644
--- a/pacman-c++/constants.h
+++ b/pacman-c++/constants.h
@@ -15,7 +15,7 @@ namespace Constants {
15 const unsigned int sprite_margin = 2; 15 const unsigned int sprite_margin = 2;
16 const unsigned int sprite_offset = 20; 16 const unsigned int sprite_offset = 20;
17 const unsigned int tick = 250; // ms 17 const unsigned int tick = 250; // ms
18 static bool server = false; 18 extern bool server;
19 19
20 namespace Networking 20 namespace Networking
21 { 21 {