diff options
Diffstat (limited to 'pacman-c++/constants.h')
| -rw-r--r-- | pacman-c++/constants.h | 2 |
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 | { |
