stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus/src/clone clone.c


From: Nehal Mistry
Subject: [Stratagus-CVS] stratagus/src/clone clone.c
Date: Mon, 01 Dec 2003 23:20:21 -0500

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Nehal Mistry <address@hidden>   03/12/01 23:20:21

Modified files:
        src/clone      : clone.c 

Log message:
        fix accidentally deleted line

Patches:
Index: stratagus/src/clone/clone.c
diff -u stratagus/src/clone/clone.c:1.233 stratagus/src/clone/clone.c:1.234
--- stratagus/src/clone/clone.c:1.233   Mon Dec  1 23:00:10 2003
+++ stratagus/src/clone/clone.c Mon Dec  1 23:20:21 2003
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: clone.c,v 1.233 2003/12/02 04:00:10 nehalmistry Exp $
+//     $Id: clone.c,v 1.234 2003/12/02 04:20:21 nehalmistry Exp $
 
 //@{
 
@@ -1013,6 +1013,7 @@
            }
        }
        VideoFillRectangle(ColorBlack, 5, VideoHeight - 18, VideoWidth - 10, 
18);
+       VideoDrawTextCentered(VideoWidth / 2, VideoHeight - 16, GameFont, temp);
 #ifndef USE_SDL_SURFACE
        VideoUnlockScreen();
 #endif




reply via email to

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