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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue