diff options
author | 2009-04-01 00:13:24 +0000 | |
---|---|---|
committer | 2009-04-01 00:13:24 +0000 | |
commit | b92192af0f8745a1752b09e4c7d20ff07dae8804 (patch) | |
tree | d7395cd7427f8407550b3790627d22611bc491ee /src/emu/crsshair.h | |
parent | 5634fc413b8eb54e4e9a30f5df3b5393caae581b (diff) |
Tweaked crosshair auto formula.
Not worth mentioning.
Diffstat (limited to 'src/emu/crsshair.h')
-rw-r--r-- | src/emu/crsshair.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/crsshair.h b/src/emu/crsshair.h index 093206b9e84..6979873d051 100644 --- a/src/emu/crsshair.h +++ b/src/emu/crsshair.h @@ -29,7 +29,7 @@ #define CROSSHAIR_VISIBILITY_DEFAULT CROSSHAIR_VISIBILITY_AUTO /* range allowed for auto visibility */ -#define CROSSHAIR_VISIBILITY_AUTOTIME_MIN 1 /* do not change without changing formula */ +#define CROSSHAIR_VISIBILITY_AUTOTIME_MIN 0 #define CROSSHAIR_VISIBILITY_AUTOTIME_MAX 50 #define CROSSHAIR_VISIBILITY_AUTOTIME_DEFAULT 15 |