diff options
Diffstat (limited to 'pacman-c++/server/server.cpp')
| -rw-r--r-- | pacman-c++/server/server.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pacman-c++/server/server.cpp b/pacman-c++/server/server.cpp index f9502ba..877c4a6 100644 --- a/pacman-c++/server/server.cpp +++ b/pacman-c++/server/server.cpp | |||
| @@ -940,10 +940,10 @@ bool operator<(const QPoint& lhs, const QPoint& rhs) | |||
| 940 | return false; | 940 | return false; |
| 941 | } | 941 | } |
| 942 | 942 | ||
| 943 | bool Constants::server = true; | ||
| 944 | |||
| 945 | int main(int argc, char **argv) | 943 | int main(int argc, char **argv) |
| 946 | { | 944 | { |
| 945 | Constants::server = true; | ||
| 946 | |||
| 947 | /* Verify that the version of the library that we linked against is | 947 | /* Verify that the version of the library that we linked against is |
| 948 | * compatible with the version of the headers we compiled against. | 948 | * compatible with the version of the headers we compiled against. |
| 949 | */ | 949 | */ |
