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

Comparing deliantra/server/common/player.C (file contents):
Revision 1.56 by root, Mon Oct 19 21:48:49 2009 UTC vs.
Revision 1.57 by root, Thu Nov 5 15:43:21 2009 UTC

22 * The authors can be reached via e-mail to <support@deliantra.net> 22 * The authors can be reached via e-mail to <support@deliantra.net>
23 */ 23 */
24 24
25#include <global.h> 25#include <global.h>
26 26
27//+GPL
28
27/* Determine if the attacktype represented by the 29/* Determine if the attacktype represented by the
28 * specified attack-number is enabled for dragon players. 30 * specified attack-number is enabled for dragon players.
29 * A dragon player (quetzal) can gain resistances for 31 * A dragon player (quetzal) can gain resistances for
30 * all enabled attacktypes. 32 * all enabled attacktypes.
31 */ 33 */
132 134
133 INVOKE_PLAYER (SAVE_DONE, ob->contr); 135 INVOKE_PLAYER (SAVE_DONE, ob->contr);
134 136
135 return true; 137 return true;
136} 138}
139
140//-GPL
137 141
138bool 142bool
139player::save_pl (const char *path) 143player::save_pl (const char *path)
140{ 144{
141 object_freezer freezer; 145 object_freezer freezer;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines