From c32f49c53600fe2aa5d9610221b73c08499ffd69 Mon Sep 17 00:00:00 2001 From: andyq Date: Sat, 21 Dec 2002 18:37:35 +0000 Subject: Added bit of eye candy - press 'e' to make smoke trails fade out (at expense of a little speed), and made fly game scoring zones better --- (limited to 'noncore/games/sfcave/sfcave.h') diff --git a/noncore/games/sfcave/sfcave.h b/noncore/games/sfcave/sfcave.h index 65e5ae4..f95558d 100644 --- a/noncore/games/sfcave/sfcave.h +++ b/noncore/games/sfcave/sfcave.h @@ -38,12 +38,20 @@ public: int prevState; int speed; int crashLineLength; + bool startScoring; + bool showEyeCandy; static double UpThrustVals[3][3]; static double DownThrustVals[3][3]; static double MaxUpThrustVals[3][3]; static double MaxDownThrustVals[3][3]; static int initialGateGaps[]; + + static int flyEasyScores[7][3]; + static int flyNormalScores[7][3]; + static int flyHardScores[7][3]; + int flyScores[7][3]; + double thrustUp; double noThrust; -- cgit v0.9.0.2