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

Comparing deliantra/server/common/treasure.C (file contents):
Revision 1.121 by root, Sat Nov 17 23:40:00 2018 UTC vs.
Revision 1.122 by root, Sun Nov 18 15:19:48 2018 UTC

36 36
37#include <global.h> 37#include <global.h>
38#include <treasure.h> 38#include <treasure.h>
39 39
40#include <flat_hash_map.hpp> 40#include <flat_hash_map.hpp>
41
42// used only by treasure.C, does not handle null arch ptrs
43#define IS_ARCH(arch,name) ((arch)->archname == shstr_ ## name)
41 44
42extern char *spell_mapping[]; 45extern char *spell_mapping[];
43 46
44static treasurelist *first_treasurelist; 47static treasurelist *first_treasurelist;
45 48

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines