--- deliantra/server/random_maps/random_map.h 2010/07/03 13:14:36 1.42 +++ deliantra/server/random_maps/random_map.h 2010/07/03 19:22:21 1.43 @@ -231,8 +231,8 @@ // a simple point helper struct struct point { - short x; - short y; + int x; + int y; point () {