mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-23 01:57:21 +03:00
Enable bullet traces
This commit is contained in:
parent
baa6d4e1c2
commit
e81dbee77a
3 changed files with 5 additions and 3 deletions
|
|
@ -3689,6 +3689,7 @@ const char* controllerTypesPaths[] = {
|
|||
void
|
||||
CMenuManager::LoadController(int8 type)
|
||||
{
|
||||
#ifdef BUTTON_ICONS
|
||||
switch (type)
|
||||
{
|
||||
case CONTROLLER_DUALSHOCK2:
|
||||
|
|
@ -3703,7 +3704,8 @@ CMenuManager::LoadController(int8 type)
|
|||
CFont::LoadButtons("MODELS/X360BTNS.TXD");
|
||||
break;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
// Unload current textures
|
||||
for (int i = FE_CONTROLLER; i <= FE_ARROWS4; i++)
|
||||
m_aFrontEndSprites[i].Delete();
|
||||
|
|
|
|||
|
|
@ -342,7 +342,7 @@ enum Config {
|
|||
#define ALT_DODO_CHEAT
|
||||
#define REGISTER_START_BUTTON
|
||||
#define BIND_VEHICLE_FIREWEAPON // Adds ability to rebind fire key for 'in vehicle' controls
|
||||
#define BUTTON_ICONS // use textures to show controller buttons
|
||||
//#define BUTTON_ICONS // use textures to show controller buttons
|
||||
|
||||
// Hud, frontend and radar
|
||||
//#define PS2_HUD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue