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.106 by root, Thu Apr 15 00:36:51 2010 UTC vs.
Revision 1.107 by root, Fri Apr 16 02:38:04 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 void failmsgf (const_utf8_string format, ...); // always NDI_RED
293 293
294 MTH void update_spells () const 294 MTH void update_spells () const
295 { 295 {
296 if (ns) 296 if (ns)
297 ns->update_spells = true; 297 ns->update_spells = true;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines