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

Comparing deliantra/server/server/spell_effect.C (file contents):
Revision 1.139 by root, Sat Dec 31 06:18:02 2011 UTC vs.
Revision 1.141 by root, Fri Jan 27 22:00:40 2012 UTC

1/* 1/*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG. 2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 * 3 *
4 * Copyright (©) 2005,2006,2007,2008,2009,2010,2011 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4 * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * Copyright (©) 2002 Mark Wedel & Crossfire Development Team 5 * Copyright (©) 2002 Mark Wedel & Crossfire Development Team
6 * Copyright (©) 1992 Frank Tore Johansen 6 * Copyright (©) 1992 Frank Tore Johansen
7 * 7 *
8 * Deliantra is free software: you can redistribute it and/or modify it under 8 * Deliantra is free software: you can redistribute it and/or modify it under
9 * the terms of the Affero GNU General Public License as published by the 9 * the terms of the Affero GNU General Public License as published by the
1511 1511
1512int 1512int
1513cast_detection (object *op, object *caster, object *spell, object *skill) 1513cast_detection (object *op, object *caster, object *spell, object *skill)
1514{ 1514{
1515 object *tmp, *last, *god, *detect; 1515 object *tmp, *last, *god, *detect;
1516 int done_one, range, mflags, floor, level; 1516 int done_one, range, floor, level;
1517 sint16 x, y, nx, ny; 1517 sint16 x, y, nx, ny;
1518 maptile *m; 1518 maptile *m;
1519 1519
1520 /* We precompute some values here so that we don't have to keep 1520 /* We precompute some values here so that we don't have to keep
1521 * doing it over and over again. 1521 * doing it over and over again.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines