[8181] Prevent passing negative values into IsWithinDist() in stealth detection

* This should fix wrong stealth detection for high level differencies

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-07-14 19:27:40 +02:00
parent 58a292e99c
commit fcb34b3928
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8180"
#define REVISION_NR "8181"
#endif // __REVISION_NR_H__