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

Comparing deliantra/server/server/monster.C (file contents):
Revision 1.69 by root, Mon Oct 12 14:00:59 2009 UTC vs.
Revision 1.70 by root, Mon Oct 12 21:27:55 2009 UTC

1282 for (tmp = monster->below; tmp != NULL; tmp = next) 1282 for (tmp = monster->below; tmp != NULL; tmp = next)
1283 { 1283 {
1284 next = tmp->below; 1284 next = tmp->below;
1285 switch (tmp->type) 1285 switch (tmp->type)
1286 { 1286 {
1287 case CF_HANDLE: 1287 case T_HANDLE:
1288 case TRIGGER: 1288 case TRIGGER:
1289 if (monster->will_apply & 1) 1289 if (monster->will_apply & 1)
1290 manual_apply (monster, tmp, 0); 1290 manual_apply (monster, tmp, 0);
1291 break; 1291 break;
1292 1292

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines