whoops, I'm a nerd
authorsheepluva
Sun, 30 Oct 2011 17:56:19 +0100
changeset 6243 9777d802be1a
parent 6242 27297c421bbc
child 6244 23801d8b83d5
whoops, I'm a nerd
QTfrontend/ui/widget/bgwidget.cpp
--- a/QTfrontend/ui/widget/bgwidget.cpp	Sun Oct 30 17:31:53 2011 +0100
+++ b/QTfrontend/ui/widget/bgwidget.cpp	Sun Oct 30 17:56:19 2011 +0100
@@ -58,7 +58,7 @@
     }
     else
     {
-        fY = (-iSpriteWidth - fX) * (fYMov / fXMov);
+        fY = qrand() % wParent->height();
         fX = -iSpriteWidth;
     }