--- deliantra/server/server/apply.C 2006/09/14 23:13:49 1.29 +++ deliantra/server/server/apply.C 2006/09/16 22:24:13 1.30 @@ -2460,7 +2460,7 @@ object *tmp; object *exit_owner; player *pp; - mapstruct *exitmap; + maptile *exitmap; if (exit->stats.exp != 1) return 1; /*This is not a 2 way, so it is legal */ @@ -3716,7 +3716,7 @@ * treasures and stuff). Calls auto_apply if appropriate. */ void -fix_auto_apply (mapstruct *m) +fix_auto_apply (maptile *m) { object *tmp, *above = NULL; int x, y;