From: vlad Date: Wed, 14 Apr 2010 06:07:26 +0000 (+0300) Subject: fixed plane X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=86ec44cafeb7b04408a5acf6f0194bd7ba921630;p=livewp fixed plane --- diff --git a/applet/src/livewp-home-widget.c b/applet/src/livewp-home-widget.c index edced3c..be6abd6 100644 --- a/applet/src/livewp-home-widget.c +++ b/applet/src/livewp-home-widget.c @@ -1,4 +1,4 @@ -/* vim: set sw=4 ts=4 et: */ +/*vim: set sw=4 ts=4 et: */ /* * This file is part of Live Wallpaper (livewp) * @@ -250,6 +250,7 @@ gint probability_plane() { return (fast_rnd(10) + 1) * 60; +// return 0; } void @@ -1059,7 +1060,7 @@ init_scene1(AWallpaperPlugin *desktop_plugin) actor->duration_animation = 60; scene.actors = g_slist_append(scene.actors, actor); - actor = init_object(desktop_plugin, "plane1", "tu154_small.png", 620, 233, 9, 300, 116, + actor = init_object(desktop_plugin, "plane1", "tu154.png", 620, 233, 9, 300, 116, FALSE, 100, 255, (gpointer)&change_plane1, NULL); actor->time_start_animation = now + probability_plane(); actor->duration_animation = 30;