--- deliantra/server/socket/info.C 2007/01/06 14:42:31 1.30 +++ deliantra/server/socket/info.C 2007/01/19 17:50:11 1.32 @@ -257,7 +257,6 @@ void draw_ext_info_format (int flags, int pri, const object *pl, uint8 type, uint8 subtype, const char *old_format, char *new_format, ...) { - char buf[HUGE_BUF]; if (!pl || (pl->type != PLAYER) || (pl->contr == NULL)) @@ -300,9 +299,7 @@ for_all_players (pl) if (pl->ob != NULL && pl->ob->map == map && pl->ob != op) - { - new_draw_info (color, 0, pl->ob, str); - } + new_draw_info (color, 0, pl->ob, str); } /** @@ -316,9 +313,7 @@ for_all_players (pl) if (pl->ob != NULL && pl->ob->map == map && pl->ob != op1 && pl->ob != op2) - { - new_draw_info (color, 0, pl->ob, str); - } + new_draw_info (color, 0, pl->ob, str); } /** @@ -332,12 +327,9 @@ for_all_players (pl) if (pl->ob != NULL && pl->ob->map == map) - { - new_draw_info (color, 0, pl->ob, str); - } + new_draw_info (color, 0, pl->ob, str); } - /** * This does nothing now. However, in theory, we should probably send * something to the client and let the client figure out how it might want @@ -453,7 +445,7 @@ int x, y, dx, dy, mflags; sint16 nx, ny; maptile *mp; - New_Face *f; + facetile *f; for (dx = -1; dx <= 1; dx++) { @@ -519,7 +511,7 @@ int x, y, mflags; sint16 nx, ny; maptile *mp; - New_Face *f; + facetile *f; for (x = -strength; x < strength; x++) { @@ -559,7 +551,6 @@ * * Mark Wedel */ - void draw_magic_map (object *pl) {