From a971494e88f47d3a52ddfdb2e07d8f5720701261 Mon Sep 17 00:00:00 2001 From: Tomas 'ZeXx86' Jedrzejek Date: Thu, 10 Dec 2009 21:06:13 +0100 Subject: server allows to join developer version of client --- src/modules/modWall.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/modules') diff --git a/src/modules/modWall.c b/src/modules/modWall.c index 4ef308f..c6b1141 100644 --- a/src/modules/modWall.c +++ b/src/modules/modWall.c @@ -215,8 +215,7 @@ static void cmd_wall(char *line) img_y += y; } #ifndef PUBLIC_SERVER - new = newWall(x, y, w, h, img_x, img_y, layer, - export_fce->fce_image_get(IMAGE_GROUP_USER, str_image)); + new = newWall(x, y, w, h, img_x, img_y, layer, export_fce->fce_image_get(IMAGE_GROUP_USER, str_image)); #else new = newWall(x, y, w, h, img_x, img_y, layer); #endif -- cgit v1.2.3