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

Comparing deliantra/server/server/shop.C (file contents):
Revision 1.19 by pippijn, Mon Dec 11 14:28:13 2006 UTC vs.
Revision 1.20 by pippijn, Mon Dec 11 19:46:47 2006 UTC

838 } 838 }
839 } 839 }
840 } 840 }
841 841
842 if (amount != 0) 842 if (amount != 0)
843#ifndef WIN32
844 LOG (llevError, "Warning - payment in pay_player () not zero: %llu\n", amount); 843 LOG (llevError, "Warning - payment in pay_player () not zero: %llu\n", amount);
845#else
846 LOG (llevError, "Warning - payment in pay_player () not zero: %I64u\n", amount);
847#endif
848} 844}
849 845
850/* elmex: this is for the bank plugin :( */ 846/* elmex: this is for the bank plugin :( */
851sint64 847sint64
852pay_player_arch (object *pl, const char *arch, sint64 amount) 848pay_player_arch (object *pl, const char *arch, sint64 amount)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines