1
0

Moved window code into cpp files

This commit is contained in:
Howaner
2015-03-10 19:40:53 +01:00
parent a96c21fc0d
commit 685f6e3713
23 changed files with 820 additions and 500 deletions

View File

@@ -290,7 +290,7 @@ void cBeaconEntity::UsedBy(cPlayer * a_Player)
OpenWindow(new cBeaconWindow(m_PosX, m_PosY, m_PosZ, this));
Window = GetWindow();
}
if (Window != nullptr)
{
// if (a_Player->GetWindow() != Window)