pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src/worldobjs info_box.cxx,1.6,1.7


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjs info_box.cxx,1.6,1.7
Date: 4 Sep 2002 20:30:31 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/worldobjs
In directory dark:/tmp/cvs-serv30636/worldobjs

Modified Files:
        info_box.cxx 
Log Message:
some more GC stuff -> s/draw_offset/draw(GraphicContext&)/

Index: info_box.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/info_box.cxx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- info_box.cxx        4 Sep 2002 19:40:20 -0000       1.6
+++ info_box.cxx        4 Sep 2002 20:30:29 -0000       1.7
@@ -128,7 +128,7 @@
     {
       int width = font->get_text_width (info_text.c_str ());
       int border = 6;
-      gc.draw_line (pos, pos + CL_Vector(x, y - 100), 0.0f, 1.0f, 0.0f, 1.0f);
+      gc.draw_line (pos, pos + CL_Vector(0, 0 - 100), 0.0f, 1.0f, 0.0f, 1.0f);
       gc.draw(sprite, pos);
       CL_Display::fill_rect (x_pos - width/2 - border, y_pos - border,
                             x_pos + width/2 + border, y_pos + font->get_height 
() + border,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]