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

Comparing deliantra/server/common/recipe.C (file contents):
Revision 1.40 by root, Wed Apr 28 19:49:50 2010 UTC vs.
Revision 1.41 by root, Wed Apr 28 19:51:53 2010 UTC

173 */ 173 */
174void 174void
175init_formulae () 175init_formulae ()
176{ 176{
177 static int has_been_done = 0; 177 static int has_been_done = 0;
178 FILE *fp; 178 char *next;
179 char filename[MAX_BUF], buf[MAX_BUF], *cp, *next;
180 recipelist *fl = init_recipelist (); 179 recipelist *fl = init_recipelist ();
181 linked_char *tmp; 180 linked_char *tmp;
182 int value, comp;
183 181
184 if (!formulalist) 182 if (!formulalist)
185 formulalist = fl; 183 formulalist = fl;
186 184
187 if (has_been_done) 185 if (has_been_done)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines