mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Minor changes
--HG-- branch : develop
This commit is contained in:
parent
e7b23c958a
commit
bf96615bc4
2 changed files with 3 additions and 1 deletions
|
@ -213,6 +213,7 @@ void CBarManager::initInGame()
|
|||
"PRESENT",
|
||||
"HP", "SAP", "STA", "");
|
||||
}
|
||||
|
||||
for(i=0;i<_EntryBars[AnimalType].size();i++)
|
||||
{
|
||||
// don't connect STA, SAP and FOCUS for animal, since they don't have
|
||||
|
@ -222,6 +223,7 @@ void CBarManager::initInGame()
|
|||
"STATUS",
|
||||
"HP", "", "", "");
|
||||
}
|
||||
|
||||
nlassert(_EntryBars[TargetType].size()==1);
|
||||
_EntryBars[TargetType][0].connectDB(
|
||||
"SERVER:TARGET:BARS:",
|
||||
|
|
|
@ -390,7 +390,7 @@ void CLuaIHMRyzom::RegisterRyzomFunctions( NLGUI::CLuaState &ls )
|
|||
mt.setValue("__newindex", luaClientCfgNewIndex);
|
||||
globals.setNil("__cfmt"); // remove temp metatable
|
||||
|
||||
ls.registerFunc( "getUI", getUI );
|
||||
ls.registerFunc("getUI", getUI);
|
||||
ls.registerFunc("validMessageBox", validMessageBox);
|
||||
ls.registerFunc("getUICaller", getUICaller);
|
||||
ls.registerFunc("getUI", getUI);
|
||||
|
|
Loading…
Reference in a new issue