timestep is a signed quantity.

This commit is contained in:
Mathieu Lacage
2007-11-14 14:16:42 +01:00
parent d20ccf186e
commit 21baa41ccf

View File

@@ -272,7 +272,7 @@ Time MaxSeconds (void)
{
// XXX: I am fairly certain other compilers use other non-standard
// post-fixes to indicate 64 bit constants.
return TimeStep (0xffffffffffffffffLL);
return TimeStep (0x7fffffffffffffffLL);
}
/*