summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.h
diff options
context:
space:
mode:
authorXinerki <simasadves@gmail.com>2020-05-19 09:07:15 +0200
committerXinerki <simasadves@gmail.com>2020-05-19 09:07:15 +0200
commitd4253581817181291e8c3624e7c453700b234daf (patch)
tree0a9a2d710c4f759a3c626b9ee515c19b88eb9c34 /src/core/Frontend.h
parentsome less certainly fps fixes (diff)
downloadre3-d4253581817181291e8c3624e7c453700b234daf.tar
re3-d4253581817181291e8c3624e7c453700b234daf.tar.gz
re3-d4253581817181291e8c3624e7c453700b234daf.tar.bz2
re3-d4253581817181291e8c3624e7c453700b234daf.tar.lz
re3-d4253581817181291e8c3624e7c453700b234daf.tar.xz
re3-d4253581817181291e8c3624e7c453700b234daf.tar.zst
re3-d4253581817181291e8c3624e7c453700b234daf.zip
Diffstat (limited to 'src/core/Frontend.h')
-rw-r--r--src/core/Frontend.h41
1 files changed, 24 insertions, 17 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h
index 16da5cb1..2fe18b8c 100644
--- a/src/core/Frontend.h
+++ b/src/core/Frontend.h
@@ -131,26 +131,32 @@ enum eFrontendSprites
enum eMenuSprites
{
- MENUSPRITE_CONNECTION,
- MENUSPRITE_FINDGAME,
- MENUSPRITE_HOSTGAME,
- MENUSPRITE_MAINMENU,
- MENUSPRITE_PLAYERSET,
- MENUSPRITE_SINGLEPLAYER,
- MENUSPRITE_MULTIPLAYER,
- MENUSPRITE_DMALOGO,
- MENUSPRITE_GTALOGO,
- MENUSPRITE_RSTARLOGO,
- MENUSPRITE_GAMESPY,
+ MENUSPRITE_BACKGROUND,
+ MENUSPRITE_VCLOGO,
MENUSPRITE_MOUSE,
- MENUSPRITE_MOUSET,
- MENUSPRITE_MP3LOGO,
+ MENUSPRITE_MAPTOP01,
+ MENUSPRITE_MAPTOP02,
+ MENUSPRITE_MAPTOP03,
+ MENUSPRITE_MAPMID01,
+ MENUSPRITE_MAPMID02,
+ MENUSPRITE_MAPMID03,
+ MENUSPRITE_MAPBOT01,
+ MENUSPRITE_MAPBOT02,
+ MENUSPRITE_MAPBOT03,
+ MENUSPRITE_WILDSTYLE,
+ MENUSPRITE_FLASH,
+ MENUSPRITE_KCHAT,
+ MENUSPRITE_FEVER,
+ MENUSPRITE_VROCK,
+ MENUSPRITE_VCPR,
+ MENUSPRITE_ESPANTOSO,
+ MENUSPRITE_EMOTION,
+ MENUSPRITE_WAVE,
+ MENUSPRITE_MP3,
MENUSPRITE_DOWNOFF,
MENUSPRITE_DOWNON,
MENUSPRITE_UPOFF,
MENUSPRITE_UPON,
- MENUSPRITE_GTA3LOGO,
- MENUSPRITE_UNUSED,
NUM_MENU_SPRITES
};
@@ -509,8 +515,9 @@ public:
char field_455;
bool m_bStartWaitingForKeyBind;
bool m_bSpritesLoaded;
- CSprite2d m_aFrontEndSprites[NUM_FE_SPRITES];
- CSprite2d m_aMenuSprites[NUM_MENU_SPRITES];
+ //CSprite2d m_aFrontEndSprites[NUM_FE_SPRITES];
+ //CSprite2d m_aMenuSprites[NUM_MENU_SPRITES];
+ CSprite2d m_aFrontEndSprites[NUM_MENU_SPRITES];
int32 field_518;
int32 m_nMenuFadeAlpha;
bool m_bPressedPgUpOnList;