--- deliantra/server/include/global.h 2012/10/29 23:55:53 1.97 +++ deliantra/server/include/global.h 2018/11/17 23:40:01 1.101 @@ -1,7 +1,8 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2017,2018 Marc Alexander Lehmann / the Deliantra team + * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * Copyright (©) 2002 Mark Wedel & Crossfire Development Team * Copyright (©) 1992 Frank Tore Johansen * @@ -52,7 +53,8 @@ #define FALSE 0 #endif -extern short freearr_x[SIZEOFFREE], freearr_y[SIZEOFFREE]; +extern int freearr_x[SIZEOFFREE]; +extern int freearr_y[SIZEOFFREE]; extern int freedir[SIZEOFFREE]; extern int rightof_x[9], rightof_y[9]; extern int leftof_x[9], leftof_y[9];