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

Comparing deliantra/server/common/map.C (file contents):
Revision 1.148 by root, Mon Sep 29 10:31:32 2008 UTC vs.
Revision 1.149 by root, Mon Sep 29 10:32:50 2008 UTC

930 destroy = 1; 930 destroy = 1;
931 } 931 }
932 932
933 /* adjust overall chance below */ 933 /* adjust overall chance below */
934 if (destroy && rndm (0, 1)) 934 if (destroy && rndm (0, 1))
935 op->destroy (true); 935 op->destroy ();
936 } 936 }
937} 937}
938 938
939/* 939/*
940 * Updates every button on the map (by calling update_button() for them). 940 * Updates every button on the map (by calling update_button() for them).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines