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

Comparing deliantra/server/server/quadland.C (file contents):
Revision 1.21 by root, Wed Nov 16 23:42:03 2016 UTC vs.
Revision 1.22 by root, Fri Nov 18 04:27:42 2016 UTC

167 m->queue_physics (w, 1); 167 m->queue_physics (w, 1);
168 168
169 return w; 169 return w;
170} 170}
171 171
172#if 0
172static int 173static int
173find_ortho_flow (object *src, object **result) 174find_ortho_flow (object *src, object **result)
174{ 175{
175 object **res = result; 176 object **res = result;
176 177
183 *res++ = w; 184 *res++ = w;
184 } 185 }
185 186
186 return res - result; 187 return res - result;
187} 188}
189#endif
188 190
189static bool 191static bool
190water_set (object *w, int level, int pressure = -1) 192water_set (object *w, int level, int pressure = -1)
191{ 193{
192 if (!level) 194 if (!level)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines