comparison navigation.c @ 156:a68751e6e84f src

Use more common sense values for div 0. I.E. As close to infinity as a 16 bit number can get! Also avoid div 0 exception for MOD operation. I.E. 10 % 0 gives a crash with the message "Floating point exception" on my PC.
author jcdutton
date Sat, 05 Apr 2003 21:23:02 +0000
parents 7f242ec838fd
children 7094c8661c05
comparison
equal deleted inserted replaced
155:840e99bfb57d 156:a68751e6e84f