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 graphic_context.cxx,1.2,1.3


From: Ingo Ruhnke
Subject: [Pingus-CVS] CVS: Games/Pingus/src/gui graphic_context.cxx,1.2,1.3
Date: Sat, 13 Dec 2003 12:21:27 +0100

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

Modified Files:
        graphic_context.cxx 
Log Message:
- some minimal changes to make it compilable

Index: graphic_context.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/gui/graphic_context.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- graphic_context.cxx 18 Oct 2003 23:17:28 -0000      1.2
+++ graphic_context.cxx 13 Dec 2003 11:21:24 -0000      1.3
@@ -26,7 +26,11 @@
 void
 GraphicContext::draw (CL_Sprite& sprite, const Vector& pos)
 {
-  assert(0);
+}
+
+void
+GraphicContext::draw (CL_Sprite& sprite, const Vector& pos, int frame)
+{
 }
 
 void





reply via email to

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