--- deliantra/server/include/player.h 2007/08/16 11:34:29 1.69 +++ deliantra/server/include/player.h 2007/08/17 21:18:01 1.70 @@ -211,7 +211,7 @@ // a prominent box that can easily be escaped away or so // should be used for informative output such as who, maps etc. // will stay on-screen - void infobox (const char *msg, int color = NDI_BLACK) + void infobox (const char *title, const char *msg, int color = NDI_BLACK) { send_msg (NDI_REPLY, LOG_CHANNEL, msg); }