More work on menus.
This commit is contained in:
parent
ea23e5a1bb
commit
7ef81cbc6e
14 changed files with 405 additions and 219 deletions
|
@ -443,61 +443,10 @@ int NearestColour(int rs, int gs, int bs, unsigned char *palette)
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*************************************************************************/
|
||||
/*************************************************************************/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|
||||
PC Video Mode Array Functions
|
||||
|
||||
*/
|
||||
|
||||
|
||||
#define m320diag (378 + 6)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|
||||
PC Video Mode Function Arrays
|
||||
|
||||
*/
|
||||
|
||||
void (*SetVideoMode[]) (void) = {
|
||||
|
||||
0
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Initialise System and System Variables
|
||||
|
@ -1797,12 +1746,10 @@ int ChangeDisplayModes(HINSTANCE hInst, int nCmd,
|
|||
obviously...
|
||||
FIXME!!!
|
||||
*/
|
||||
/* test only!!! */
|
||||
#if 0
|
||||
chdir("d:\3dc");
|
||||
#endif
|
||||
|
||||
/*
|
||||
SetVideoMode[VideoMode]();
|
||||
*/
|
||||
|
||||
/*
|
||||
Lose all the textures and reload the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue