--- deliantra/server/random_maps/standalone.c 2006/02/03 07:14:23 1.1.1.1 +++ deliantra/server/random_maps/standalone.c 2006/02/22 18:03:16 1.1.1.2 @@ -171,7 +171,7 @@ * Ryo 2005-07-15 **/ -void new_draw_info(int a, int b, object *ob, const char *txt) +void new_draw_info(int a, int b, const object *ob, const char *txt) { fprintf(logfile, "%s\n", txt); }