ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/player.h
(Generate patch)

Comparing deliantra/server/include/player.h (file contents):
Revision 1.69 by root, Thu Aug 16 11:34:29 2007 UTC vs.
Revision 1.70 by root, Fri Aug 17 21:18:01 2007 UTC

209 } 209 }
210 210
211 // a prominent box that can easily be escaped away or so 211 // a prominent box that can easily be escaped away or so
212 // should be used for informative output such as who, maps etc. 212 // should be used for informative output such as who, maps etc.
213 // will stay on-screen 213 // will stay on-screen
214 void infobox (const char *msg, int color = NDI_BLACK) 214 void infobox (const char *title, const char *msg, int color = NDI_BLACK)
215 { 215 {
216 send_msg (NDI_REPLY, LOG_CHANNEL, msg); 216 send_msg (NDI_REPLY, LOG_CHANNEL, msg);
217 } 217 }
218 218
219 // a prominent msg that signifies some important event, 219 // a prominent msg that signifies some important event,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines