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.104 by root, Fri Apr 2 03:41:24 2010 UTC vs.
Revision 1.105 by root, Sat Apr 10 04:54:09 2010 UTC

287 MTH void statusmsg (const_utf8_string msg, int color = NDI_BLACK); 287 MTH void statusmsg (const_utf8_string msg, int color = NDI_BLACK);
288 288
289 // a prominent box that signifies some error such as a failed 289 // a prominent box that signifies some error such as a failed
290 // improvement potion. should not be long. 290 // improvement potion. should not be long.
291 MTH void failmsg (const_utf8_string msg, int color = NDI_RED); 291 MTH void failmsg (const_utf8_string msg, int color = NDI_RED);
292 MTH void failmsgf (const_utf8_string format, ...); // always NDI_RED
292 293
293 MTH void update_spells () const 294 MTH void update_spells () const
294 { 295 {
295 if (ns) 296 if (ns)
296 ns->update_spells = true; 297 ns->update_spells = true;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines