fix another small error in ScreenNameEntryTraditional underlay
This commit is contained in:
@@ -26,7 +26,7 @@ t[#t+1] = Def.ActorFrame {
|
|||||||
--
|
--
|
||||||
t[#t+1] = Def.Actor {
|
t[#t+1] = Def.Actor {
|
||||||
MenuTimerExpiredMessageCommand = function(self, param)
|
MenuTimerExpiredMessageCommand = function(self, param)
|
||||||
for pn in ivalues(Players) do
|
for pn in ivalues(PlayerNumber) do
|
||||||
SCREENMAN:GetTopScreen():Finish(pn);
|
SCREENMAN:GetTopScreen():Finish(pn);
|
||||||
end
|
end
|
||||||
end;
|
end;
|
||||||
|
|||||||
Reference in New Issue
Block a user