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

Comparing deliantra/server/socket/request.C (file contents):
Revision 1.135 by root, Fri Aug 1 16:31:58 2008 UTC vs.
Revision 1.136 by root, Sun Aug 10 16:31:18 2008 UTC

1274 1274
1275 if (op->has_dialogue ()) 1275 if (op->has_dialogue ())
1276 flags |= 1; 1276 flags |= 1;
1277 1277
1278 if (op->type == PLAYER) 1278 if (op->type == PLAYER)
1279 player = ob == op ? pl->ob->count : op->count; 1279 player = op == ob ? pl->ob->count
1280 : op == pl->ob ? ob->count
1281 : op->count;
1280 } 1282 }
1281 1283
1282 if (lastcell.stat_hp != stat_hp) 1284 if (lastcell.stat_hp != stat_hp)
1283 { 1285 {
1284 lastcell.stat_hp = stat_hp; 1286 lastcell.stat_hp = stat_hp;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines