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.199 by root, Thu Nov 8 19:43:23 2007 UTC vs.
Revision 1.200 by root, Sun Jan 13 08:55:41 2008 UTC

2018 2018
2019 /* However, often 2019 /* However, often
2020 * ob doesn't have any move type (when used to place exits) 2020 * ob doesn't have any move type (when used to place exits)
2021 * so the AND operation in OB_TYPE_MOVE_BLOCK doesn't work. 2021 * so the AND operation in OB_TYPE_MOVE_BLOCK doesn't work.
2022 */ 2022 */
2023 if (ob->move_type == 0 && ms.move_block != MOVE_ALL) 2023 if (ob && ob->move_type == 0 && ms.move_block != MOVE_ALL)
2024 { 2024 {
2025 altern [index++] = i; 2025 altern [index++] = i;
2026 continue; 2026 continue;
2027 } 2027 }
2028 2028

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines