1
0

Merge branch 'master' into Inventory

This commit is contained in:
Howaner
2015-01-25 00:34:19 +01:00
232 changed files with 5200 additions and 1556 deletions

View File

@@ -267,7 +267,7 @@ void cBeaconEntity::GiveEffects(void)
bool cBeaconEntity::Tick(float a_Dt, cChunk & a_Chunk)
bool cBeaconEntity::Tick(std::chrono::milliseconds a_Dt, cChunk & a_Chunk)
{
// Update the beacon every 4 seconds
if ((GetWorld()->GetWorldAge() % 80) == 0)