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

Comparing deliantra/server/server/skill_util.C (file contents):
Revision 1.12 by root, Thu Sep 14 22:34:04 2006 UTC vs.
Revision 1.13 by root, Sat Sep 16 22:24:13 2006 UTC

1070 1070
1071int 1071int
1072skill_attack (object *tmp, object *pl, int dir, const char *string, object *skill) 1072skill_attack (object *tmp, object *pl, int dir, const char *string, object *skill)
1073{ 1073{
1074 sint16 tx, ty; 1074 sint16 tx, ty;
1075 mapstruct *m; 1075 maptile *m;
1076 int mflags; 1076 int mflags;
1077 1077
1078 if (!dir) 1078 if (!dir)
1079 dir = pl->facing; 1079 dir = pl->facing;
1080 tx = freearr_x[dir]; 1080 tx = freearr_x[dir];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines