--- deliantra/server/crossedit/stubs.c 2006/02/03 07:11:45 1.1.1.1 +++ deliantra/server/crossedit/stubs.c 2006/02/22 18:01:25 1.1.1.2 @@ -9,7 +9,7 @@ { } -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); }