Patch game interface (#305)
* remove extra set of parentheses in call to DisplaypopupsWaiter() * add missing event argument in call to GotoCoordImpl() * remove event arg from GotoCoordImpl() in t6 to match other game interface scripts
This commit is contained in:
parent
b4f93602ef
commit
e4535e09a0
@ -302,7 +302,7 @@ GotoImpl( event, data )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
GotoCoordImpl( event, data )
|
GotoCoordImpl( data )
|
||||||
{
|
{
|
||||||
if ( !IsAlive( self ) )
|
if ( !IsAlive( self ) )
|
||||||
{
|
{
|
||||||
|
@ -12,7 +12,7 @@ OnPlayerConnect()
|
|||||||
for ( ;; )
|
for ( ;; )
|
||||||
{
|
{
|
||||||
level waittill( "connecting", player );
|
level waittill( "connecting", player );
|
||||||
player thread DisplaypopupsWaiter()();
|
player thread DisplaypopupsWaiter();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user