Made SkipFrames global

This commit is contained in:
jsalmon3 2004-03-14 19:27:28 +00:00
parent 21dea2ff46
commit 3eabf213ec
3 changed files with 3 additions and 1 deletions

View file

@ -142,6 +142,8 @@ extern int VideoSyncSpeed;
extern volatile int VideoInterrupts;
extern int SkipFrames;
/// Wanted videomode, fullscreen or windowed.
extern char VideoFullScreen;

View file

@ -91,7 +91,6 @@ global SDL_Surface* TheScreen; /// Internal screen
local int FrameTicks; /// Frame length in ms
local int FrameRemainder; /// Frame remainder 0.1 ms
local int FrameFraction; /// Frame fractional term
local int SkipFrames; /// Skip this frames
/*----------------------------------------------------------------------------
-- Functions

View file

@ -173,6 +173,7 @@ global SDL_Surface* TheScreen;
global int VideoSyncSpeed = 100; /// 0 disable interrupts
global volatile int VideoInterrupts; /// be happy, were are quicker
global int SkipFrames; /// Skip this frames
global int ColorWaterCycleStart;
global int ColorWaterCycleEnd;