freebsd-ports/games/atr3d/files/patch-servergame.cpp
Pietro Cerutti d08abc1cdc - Fix build on 64-bits platforms
- Adopt maintainship

PR:      120860
Approved by:	miwi (mentor)
2008-02-25 21:44:26 +00:00

11 lines
260 B
C++

--- servergame.cpp.orig 2008-02-19 18:59:58.000000000 +0100
+++ servergame.cpp 2008-02-19 19:03:29.000000000 +0100
@@ -66,7 +66,7 @@
ServerGameRunning=1;
- threadnum=(int)threadid;
+ threadnum=(size_t)threadid;
pthread_mutex_lock(&ServerLock);