Removed an unused variable.
This commit is contained in:
parent
a176617318
commit
d655ca3f04
3 changed files with 0 additions and 44 deletions
|
@ -657,48 +657,6 @@ void FrameCounterHandler(void)
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue