Changed: Minor changes
This commit is contained in:
parent
6abf3cbdaa
commit
fde0edc21a
2 changed files with 3 additions and 1 deletions
|
@ -213,6 +213,7 @@ void CBarManager::initInGame()
|
||||||
"PRESENT",
|
"PRESENT",
|
||||||
"HP", "SAP", "STA", "");
|
"HP", "SAP", "STA", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
for(i=0;i<_EntryBars[AnimalType].size();i++)
|
for(i=0;i<_EntryBars[AnimalType].size();i++)
|
||||||
{
|
{
|
||||||
// don't connect STA, SAP and FOCUS for animal, since they don't have
|
// don't connect STA, SAP and FOCUS for animal, since they don't have
|
||||||
|
@ -222,6 +223,7 @@ void CBarManager::initInGame()
|
||||||
"STATUS",
|
"STATUS",
|
||||||
"HP", "", "", "");
|
"HP", "", "", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
nlassert(_EntryBars[TargetType].size()==1);
|
nlassert(_EntryBars[TargetType].size()==1);
|
||||||
_EntryBars[TargetType][0].connectDB(
|
_EntryBars[TargetType][0].connectDB(
|
||||||
"SERVER:TARGET:BARS:",
|
"SERVER:TARGET:BARS:",
|
||||||
|
|
Loading…
Reference in a new issue