Quote:
Originally Posted by .Legolas-
Ich habe eine Frage i-wie wenn man in der map auf monsterinfo klickt kommt nichts
wie behebe ich das?
|
_Interface\WndMapEx.h
under
PHP Code:
static const int MINIMUM_WINDOW_TILE_NUMBER_Y;
Add
PHP Code:
bool MonsterInfo;
_Interface\WndMapEx.cpp
PHP Code:
return CWndNeuz::OnChildNotify( message, nID, pLResult );
Änderung / Change to
PHP Code:
if( nID == WIDC_BUTTON_MONSTER_INFO )
MonsterInfo = !MonsterInfo;
return CWndNeuz::OnChildNotify( message, nID, pLResult );
zweimal gewechselt / Change 2 times
PHP Code:
if( pWndButton->GetCheck() == FALSE )
to
PHP Code:
if( !MonsterInfo )
Google translator