X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/5a6a8ae5829f6f2836cb58d35629c5fa1f7eb4ba..4f9aac609824866d312f85355f4fe2858a02f63d:/res/micropolis.tcl diff --git a/res/micropolis.tcl b/res/micropolis.tcl index 250ebf2..b05d5eb 100644 --- a/res/micropolis.tcl +++ b/res/micropolis.tcl @@ -5248,8 +5248,15 @@ proc DoLeaveGame {head} { proc UILoseGame {} { - UIPickScenarioMode + global Messages UIShowPicture 200 + sim Speed 0 + sim Pause 1 + AskQuestion [Color . #ff0000 #ffffff] [lindex $Messages(200) 1] \ + [lindex $Messages(200) 2] \ + ""\ + ""\ + "{Ok} SelectCity.Yes {UIPickScenarioMode}" }