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.96 by root, Fri Nov 6 13:21:20 2009 UTC vs.
Revision 1.97 by root, Mon Nov 9 18:47:56 2009 UTC

260 260
261 // a prominent box that signifies some error such as a failed 261 // a prominent box that signifies some error such as a failed
262 // improvement potion. should not be long. 262 // improvement potion. should not be long.
263 MTH void failmsg (const char *msg, int color = NDI_RED); 263 MTH void failmsg (const char *msg, int color = NDI_RED);
264 264
265 MTH void update_spells () const
266 {
267 if (ns)
268 ns->update_spells = true;
269 }
270
265 ~player (); 271 ~player ();
266 272
267private: 273private:
268 void set_object (object *op); 274 void set_object (object *op);
269 player (); 275 player ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines