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

Comparing deliantra/server/common/object.C (file contents):
Revision 1.277 by root, Thu Jan 1 11:41:17 2009 UTC vs.
Revision 1.278 by root, Thu Jan 1 19:42:43 2009 UTC

2174 * This basically means that if direction is 15, then it could either go 2174 * This basically means that if direction is 15, then it could either go
2175 * direction 4, 14, or 16 to get back to where we are. 2175 * direction 4, 14, or 16 to get back to where we are.
2176 * Moved from spell_util.c to object.c with the other related direction 2176 * Moved from spell_util.c to object.c with the other related direction
2177 * functions. 2177 * functions.
2178 */ 2178 */
2179int reduction_dir[SIZEOFFREE][3] = { 2179const int reduction_dir[SIZEOFFREE][3] = {
2180 {0, 0, 0}, /* 0 */ 2180 {0, 0, 0}, /* 0 */
2181 {0, 0, 0}, /* 1 */ 2181 {0, 0, 0}, /* 1 */
2182 {0, 0, 0}, /* 2 */ 2182 {0, 0, 0}, /* 2 */
2183 {0, 0, 0}, /* 3 */ 2183 {0, 0, 0}, /* 3 */
2184 {0, 0, 0}, /* 4 */ 2184 {0, 0, 0}, /* 4 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines