ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/random_maps/random_map.h
(Generate patch)

Comparing deliantra/server/random_maps/random_map.h (file contents):
Revision 1.42 by root, Sat Jul 3 13:14:36 2010 UTC vs.
Revision 1.43 by root, Sat Jul 3 19:22:21 2010 UTC

229} 229}
230 230
231// a simple point helper struct 231// a simple point helper struct
232struct point 232struct point
233{ 233{
234 short x; 234 int x;
235 short y; 235 int y;
236 236
237 point () 237 point ()
238 { 238 {
239 } 239 }
240 240

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines