mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Ref T224, improved check of DB data availability in swift GUI
* some renamings * check for empty caches as well * using fixed timestamp checks * display info about loading objects
This commit is contained in:
@@ -112,6 +112,11 @@ namespace BlackMisc
|
||||
}
|
||||
}
|
||||
|
||||
CEntityFlags::Entity CEntityFlags::entityFlagToEntity(CEntityFlags::EntityFlag entityFlag)
|
||||
{
|
||||
return static_cast<Entity>(static_cast<int>(entityFlag));
|
||||
}
|
||||
|
||||
CEntityFlags::EntityFlag CEntityFlags::entityToEntityFlag(Entity entity)
|
||||
{
|
||||
return static_cast<EntityFlag>(static_cast<int>(entity));
|
||||
|
||||
Reference in New Issue
Block a user