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.45 by root, Mon Apr 16 15:41:26 2007 UTC vs.
Revision 1.46 by root, Tue Apr 17 10:06:32 2007 UTC

142 142
143 nroftreasures++; 143 nroftreasures++;
144 144
145 for (;;) 145 for (;;)
146 { 146 {
147 coroapi::cede_every (10); 147 coroapi::cede_to_tick_every (10);
148 148
149 f.next (); 149 f.next ();
150 150
151 switch (f.kw) 151 switch (f.kw)
152 { 152 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines