diff options
| author | manuel <manuel@mausz.at> | 2011-05-11 01:36:49 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-05-11 01:36:49 +0200 |
| commit | 535c342a2f28e0a1e90010b2f0ff4018eeeb200a (patch) | |
| tree | f102207b7889457332e75774ace07188d143f42a /pacman-c++/server/server.cpp | |
| parent | 1a6c940ed9d7f6136da0e13148314072665342c5 (diff) | |
| download | foop-535c342a2f28e0a1e90010b2f0ff4018eeeb200a.tar.gz foop-535c342a2f28e0a1e90010b2f0ff4018eeeb200a.tar.bz2 foop-535c342a2f28e0a1e90010b2f0ff4018eeeb200a.zip | |
fix windows build
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 | */ |
