mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Minor changes
This commit is contained in:
parent
05d06ae702
commit
4345f54db7
1 changed files with 4 additions and 7 deletions
|
@ -155,7 +155,6 @@ void CCDBSynchronised::read( const string &fileName )
|
||||||
}
|
}
|
||||||
|
|
||||||
f.close();
|
f.close();
|
||||||
|
|
||||||
} // read //
|
} // read //
|
||||||
|
|
||||||
|
|
||||||
|
@ -292,11 +291,9 @@ string CCDBSynchronised::getString( uint32 id )
|
||||||
{
|
{
|
||||||
return (*itStr).second;
|
return (*itStr).second;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
nlwarning("<CCDBSynchronised::getString> string with id %d was not found",id);
|
nlwarning("<CCDBSynchronised::getString> string with id %d was not found",id);
|
||||||
return "";
|
return "";
|
||||||
}
|
|
||||||
} // getString //
|
} // getString //
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue