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

Comparing deliantra/server/include/treasure.h (file contents):
Revision 1.33 by root, Wed Nov 16 23:42:01 2016 UTC vs.
Revision 1.34 by root, Sun Jan 29 02:47:05 2017 UTC

57/* when a treasure got cloned from archlist, we want perhaps change some default 57/* when a treasure got cloned from archlist, we want perhaps change some default
58 * values. All values in this structure will override the default arch. 58 * values. All values in this structure will override the default arch.
59 * TODO: It is a bad way to implement this with a special structure. 59 * TODO: It is a bad way to implement this with a special structure.
60 * Because the real arch list is a at runtime not changed, we can grap for example 60 * Because the real arch list is a at runtime not changed, we can grap for example
61 * here a clone of the arch, store it in the treasure list and then run the original 61 * here a clone of the arch, store it in the treasure list and then run the original
62 * arch parser over this clone, using the treasure list as script until an END comes. 62 * arch parser over this clone, using the treasure list as script until an END comes.
63 * This will allow ANY changes which is possible and we use ony one parser. 63 * This will allow ANY changes which is possible and we use ony one parser.
64 */ 64 */
65 65
66typedef struct _change_arch 66typedef struct _change_arch
67{ 67{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines