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.29 by root, Fri Nov 6 12:27:05 2009 UTC vs.
Revision 1.30 by root, Fri Nov 6 12:49:19 2009 UTC

138 * formula with the exact same index value. Under the new nbatches 138 * formula with the exact same index value. Under the new nbatches
139 * code, it is possible to have multiples of ingredients in a cauldron 139 * code, it is possible to have multiples of ingredients in a cauldron
140 * which could result in an index formula mismatch. We *don't* check for 140 * which could result in an index formula mismatch. We *don't* check for
141 * that possibility here. -b.t. 141 * that possibility here. -b.t.
142 */ 142 */
143void 143static void
144check_formulae (void) 144check_formulae (void)
145{ 145{
146 recipelist *fl; 146 recipelist *fl;
147 recipe *check, *formula; 147 recipe *check, *formula;
148 int numb = 1; 148 int numb = 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines