summaryrefslogtreecommitdiff
path: root/src/win95/io.c
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-07-31 04:06:01 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commitcfd7274022c512ba5e06a659a5281097f6468e40 (patch)
treec799b18033c1d68f4a7f63ad5a2cc76001f09ba0 /src/win95/io.c
parenteb5c2cc01dbd5756790860ad5eb2302f911d9dc7 (diff)
More compiling.
Diffstat (limited to 'src/win95/io.c')
-rw-r--r--src/win95/io.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/win95/io.c b/src/win95/io.c
index ef3400f..bbc9202 100644
--- a/src/win95/io.c
+++ b/src/win95/io.c
@@ -36,25 +36,6 @@
#define ClearScreenColour 1000
/*
- To filter frame rate values from
- Windows timer to provide a smoother
- ride. This may make some AI systems
- etc behave better, though it will take
- some time to catch up if there is a genuine
- abrupt transition in the frame rate.
-
- There may also be some sort of convergence
- instability here!!!! IMPORTANT
- FIXME!!!! (possibly)
-
- Although this code was derived from
- some of Jamie's filter algorithms, I have
- mangled it hideously, so _don't blame him_!
-*/
-
-#define KalmanTimer No
-
-/*
Experiment to try and fix mystery driver problems
Don't set with ForceWindowsPalette on!!!
Leave this on!!!