We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19447d6 commit 1df1532Copy full SHA for 1df1532
1 file changed
Source/Fodder.hpp
@@ -562,11 +562,7 @@ class cFodder {
562
int16 mBriefingHelicopter_Moving;
563
int16 mBriefingHelicopter_NotDone;
564
565
- double mBriefingHelicopter_AccumSeconds = 0.0;
566
- double mBriefingHelicopter_StepSeconds = 1.0 / 50.0;
567
double mBriefingHelicopter_TransitionCounterSeconds = 0;
568
- double mHeliParallax_SubPx = 0.0; // accumulates fractional scroll in 16.16 units
569
- double mHeliText_SubPx = 0.0; // accumulates fractional text movement in pixels
570
float mBriefingHelicopter_TimeScale = 1.0f;
571
572
int16 mMouseButtonStatus;
0 commit comments