From a3157908d23fd711ea96797dffce064953cb8fb6 Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sun, 7 Feb 2010 19:07:04 +0100 Subject: Nicer way of indicating that we're waiting on the server No longer a dialog with an annoying progress bar (due to going back and forth), but rather a progress indicator that integrates better with the background. --- src/resources/animation.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/resources/animation.cpp') diff --git a/src/resources/animation.cpp b/src/resources/animation.cpp index af9db7be..18c882eb 100644 --- a/src/resources/animation.cpp +++ b/src/resources/animation.cpp @@ -28,8 +28,7 @@ Animation::Animation(): { } -void Animation::addFrame(Image *image, unsigned int delay, - int offsetX, int offsetY) +void Animation::addFrame(Image *image, int delay, int offsetX, int offsetY) { Frame frame = { image, delay, offsetX, offsetY }; mFrames.push_back(frame); -- cgit v1.2.3-70-g09d2