Removed an unused variable.
This commit is contained in:
parent
a176617318
commit
d655ca3f04
3 changed files with 0 additions and 44 deletions
|
@ -46,7 +46,6 @@ extern "C"
|
||||||
|
|
||||||
extern void DrawInternationalizedString(MENU_TEXT_ITEM *itemPtr, int highlighted);
|
extern void DrawInternationalizedString(MENU_TEXT_ITEM *itemPtr, int highlighted);
|
||||||
extern void DrawMenuBackdrop(void);
|
extern void DrawMenuBackdrop(void);
|
||||||
extern void (*UpdateScreen[]) (void);
|
|
||||||
extern int IDemandSelect(void); // not in any header file!!!
|
extern int IDemandSelect(void); // not in any header file!!!
|
||||||
|
|
||||||
/**********************/
|
/**********************/
|
||||||
|
|
|
@ -74,7 +74,6 @@ extern int PrintDebuggingText(const char* t, ...);
|
||||||
|
|
||||||
*/
|
*/
|
||||||
extern int VideoMode;
|
extern int VideoMode;
|
||||||
extern void (*UpdateScreen[]) (void);
|
|
||||||
extern DISPLAYBLOCK* ActiveBlockList[];
|
extern DISPLAYBLOCK* ActiveBlockList[];
|
||||||
extern SCREENDESCRIPTORBLOCK ScreenDescriptorBlock;
|
extern SCREENDESCRIPTORBLOCK ScreenDescriptorBlock;
|
||||||
extern void (*SetVideoMode[]) (void);
|
extern void (*SetVideoMode[]) (void);
|
||||||
|
|
|
@ -657,48 +657,6 @@ void FrameCounterHandler(void)
|
||||||
RouteFinder_CallsThisFrame=0;
|
RouteFinder_CallsThisFrame=0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
|
|
||||||
This jump table has been provided
|
|
||||||
solely to ensure compatibility with
|
|
||||||
DOS and other versions.
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
void (*UpdateScreen[]) (void) = {
|
|
||||||
|
|
||||||
FlipBuffers,
|
|
||||||
FlipBuffers,
|
|
||||||
FlipBuffers,
|
|
||||||
FlipBuffers,
|
|
||||||
|
|
||||||
FlipBuffers,
|
|
||||||
FlipBuffers,
|
|
||||||
FlipBuffers,
|
|
||||||
FlipBuffers,
|
|
||||||
|
|
||||||
FlipBuffers,
|
|
||||||
FlipBuffers,
|
|
||||||
FlipBuffers,
|
|
||||||
FlipBuffers,
|
|
||||||
|
|
||||||
FlipBuffers,
|
|
||||||
FlipBuffers,
|
|
||||||
FlipBuffers,
|
|
||||||
FlipBuffers,
|
|
||||||
|
|
||||||
FlipBuffers,
|
|
||||||
FlipBuffers,
|
|
||||||
FlipBuffers,
|
|
||||||
FlipBuffers,
|
|
||||||
|
|
||||||
FlipBuffers,
|
|
||||||
FlipBuffers,
|
|
||||||
FlipBuffers,
|
|
||||||
FlipBuffers
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Wait for Return Key
|
Wait for Return Key
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue