mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Changed: #825 Remove all warnings when compiling Ryzom
This commit is contained in:
parent
4c6b1949ca
commit
d52d4fa291
1 changed files with 1 additions and 1 deletions
|
@ -3134,7 +3134,7 @@ class CHandlerGameConfigFullscreen : public IActionHandler
|
|||
virtual void execute (CCtrlBase *pCaller, const string &/* Params */)
|
||||
{
|
||||
CInterfaceManager *pIM = CInterfaceManager::getInstance();
|
||||
bool bFullscreen;
|
||||
bool bFullscreen = false;
|
||||
{
|
||||
CCtrlBaseButton *pBut = dynamic_cast<CCtrlBaseButton*>(pIM->getElementFromId( GAME_CONFIG_VIDEO_FULLSCREEN_BUTTON ));
|
||||
if (pBut) bFullscreen = pBut->getPushed();
|
||||
|
|
Loading…
Reference in a new issue