mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-11 15:45:05 +02:00
fix help tooltip
This commit is contained in:
@@ -18,6 +18,9 @@ namespace Game {
|
||||
delete level;
|
||||
level = new Level(*lvl);
|
||||
UI::game = level;
|
||||
#if !defined(_OS_PSP) && !defined(_OS_CLOVER)
|
||||
UI::helpTipTime = 5.0f;
|
||||
#endif
|
||||
delete lvl;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user