From 7fac13ee247bb5d4202e9c3e20377675c9bad833 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 30 Oct 2007 12:00:49 +0100 Subject: [PATCH] Start with stopped animation. --- AA/UI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AA/UI.pm b/AA/UI.pm index d74f544..5abf093 100644 --- a/AA/UI.pm +++ b/AA/UI.pm @@ -259,7 +259,7 @@ sub RunScenario($$) { $u_scene = 0; $u_frame = 0; - $u_direction = 1; + $u_direction = 0; prepare(); Gtk2->main; } -- 2.39.2