Try to fix one more potential linux compilation problem.
This commit is contained in:
@@ -74,7 +74,7 @@ EventPropagation RegistrationDialog::processEvent(const std::string& event_sourc
|
||||
std::string s = rib->getSelectionIDString(PLAYER_ID_GAME_MASTER);
|
||||
if(s=="accept")
|
||||
{
|
||||
Screen *s = GUIEngine::getCurrentScreen();
|
||||
GUIEngine::Screen *s = GUIEngine::getCurrentScreen();
|
||||
RegisterScreen *r = dynamic_cast<RegisterScreen*>(s);
|
||||
assert(r);
|
||||
r->acceptTerms();
|
||||
|
||||
Reference in New Issue
Block a user