(svn r10153) -Fix [FS#869]: vehicles disappear when crossing certain tiles. Fix by B. N. SmatZ!.

pull/155/head
rubidium 17 years ago
parent bda903e70b
commit 5644794af9

@ -43,7 +43,7 @@
#include "group.h"
#include "economy.h"
#define INVALID_COORD (-0x8000)
#define INVALID_COORD (0x7fffffff)
#define GEN_HASH(x, y) ((GB((y), 6, 6) << 6) + GB((x), 7, 6))

Loading…
Cancel
Save