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

Comparing deliantra/server/server/freezethaw.C (file contents):
Revision 1.30 by root, Thu Nov 8 19:43:27 2007 UTC vs.
Revision 1.31 by root, Sun Jan 13 12:14:52 2008 UTC

456} 456}
457 457
458sint32 458sint32
459object_thawer::get_sint32 () const 459object_thawer::get_sint32 () const
460{ 460{
461 char *p = value_nn; 461 const char *p = value_nn;
462 462
463 sint32 val = 0; 463 sint32 val = 0;
464 bool negate; 464 bool negate;
465 465
466 if (*p == '-') 466 if (*p == '-')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines