pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/gui buffer_graphic_context.hxx, 1.1,


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/gui buffer_graphic_context.hxx, 1.1, 1.2
Date: 17 Aug 2003 20:53:19 -0000

Update of /var/lib/cvs/Games/Pingus/src/gui
In directory dark:/tmp/cvs-serv22424

Modified Files:
        buffer_graphic_context.hxx 
Log Message:
fixed missing return


Index: buffer_graphic_context.hxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/gui/buffer_graphic_context.hxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- buffer_graphic_context.hxx  16 Aug 2003 16:20:30 -0000      1.1
+++ buffer_graphic_context.hxx  17 Aug 2003 20:53:17 -0000      1.2
@@ -53,7 +53,7 @@
   int   get_width ()  { return canvas->get_width(); }
   int   get_height () { return canvas->get_height(); }
 
-  float get_zoom () {}
+  float get_zoom () { return 1.0f; }
   void  set_zoom (float new_zoom) {}
 
   void zoom_to (const CL_Rect & rect) {}





reply via email to

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