add ScreenGameplaySyncMachine

fix non-localized text on install package dialog
This commit is contained in:
Chris Danford
2006-02-04 18:40:58 +00:00
parent ae1bf0dcd8
commit 9dfd70b948
5 changed files with 102 additions and 7 deletions
@@ -207,6 +207,14 @@ function ModeMenuAvailable()
return true
end
function ScreenGameplaySyncMachineNext()
if GAMESTATE:IsSyncDataChanged() then
return 'ScreenSaveSync'
else
return 'ScreenOptionsService'
end
end
-- (c) 2005 Glenn Maynard, Chris Danford
-- All rights reserved.
--