mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 12:30:46 +00:00
- added filler help and credit menus for Exhumed.
They should not be empty, so that they do not crash when opened from the console.
This commit is contained in:
parent
4024ebd12d
commit
2f8284f10b
3 changed files with 14 additions and 2 deletions
|
@ -26,3 +26,5 @@ x(ClockSymbol14, 3619)
|
||||||
x(ClockSymbol15, 3620)
|
x(ClockSymbol15, 3620)
|
||||||
x(ClockSymbol16, 3621)
|
x(ClockSymbol16, 3621)
|
||||||
x(TileLoboLaptop, 3623)
|
x(TileLoboLaptop, 3623)
|
||||||
|
x(TileBMGLogo, 3368)
|
||||||
|
x(TilePIELogo, 3349)
|
||||||
|
|
|
@ -3368,7 +3368,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
#define kTile3346 3346
|
#define kTile3346 3346
|
||||||
#define kTile3347 3347
|
#define kTile3347 3347
|
||||||
#define kTile3348 3348
|
#define kTile3348 3348
|
||||||
#define kTilePIELogo 3349
|
|
||||||
#define kTile3350 3350
|
#define kTile3350 3350
|
||||||
#define kTile3351 3351
|
#define kTile3351 3351
|
||||||
#define kTile3352 3352
|
#define kTile3352 3352
|
||||||
|
@ -3387,7 +3386,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
#define kTile3365 3365 // sky
|
#define kTile3365 3365 // sky
|
||||||
#define kTile3366 3366 // sky
|
#define kTile3366 3366 // sky
|
||||||
#define kTile3367 3367 // sky
|
#define kTile3367 3367 // sky
|
||||||
#define kTileBMGLogo 3368
|
|
||||||
#define kTile3369 3369
|
#define kTile3369 3369
|
||||||
#define kTile3370 3370
|
#define kTile3370 3370
|
||||||
#define kTile3371 3371
|
#define kTile3371 3371
|
||||||
|
|
|
@ -234,6 +234,12 @@ ImageScroller "HelpMenu"
|
||||||
ImageItem "ADSCREEN2"
|
ImageItem "ADSCREEN2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
ifgame(Exhumed)
|
||||||
|
{
|
||||||
|
// This is only here to prevent crashes if someone decides to open the menu from the console
|
||||||
|
ImageItem "TileBMGLogo"
|
||||||
|
ImageItem "TilePIELogo"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//-------------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------------
|
||||||
|
@ -354,6 +360,12 @@ ImageScroller "CreditsMenu"
|
||||||
ImageItem "SUPPORT"
|
ImageItem "SUPPORT"
|
||||||
ImageItem "ONLINE"
|
ImageItem "ONLINE"
|
||||||
}
|
}
|
||||||
|
ifgame(Exhumed)
|
||||||
|
{
|
||||||
|
// This is only here to prevent crashes if someone decides to open the menu from the console
|
||||||
|
ImageItem "TileBMGLogo"
|
||||||
|
ImageItem "TilePIELogo"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//-------------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue