stratagus-cvs
[Top][All Lists]
Advanced

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

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


From: address@hidden
Subject: [Stratagus-CVS] stratagus/src/stratagus mainloop.c
Date: 5 Feb 2004 13:19:33 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       04/02/05 13:19:32

Modified files:
        src/stratagus  : mainloop.c 

Log message:
        Always redraw status line

Patches:
Index: stratagus/src/stratagus/mainloop.c
diff -u stratagus/src/stratagus/mainloop.c:1.185 
stratagus/src/stratagus/mainloop.c:1.186
--- stratagus/src/stratagus/mainloop.c:1.185    Fri Jan 30 07:36:22 2004
+++ stratagus/src/stratagus/mainloop.c  Thu Feb  5 13:19:32 2004
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//      $Id: mainloop.c,v 1.185 2004/01/29 20:36:22 nobody_ Exp $
+//      $Id: mainloop.c,v 1.186 2004/02/05 02:19:32 nobody_ Exp $
 
 //@{
 
@@ -554,10 +554,10 @@
                if (!TheUI.Resource.Graphic) {
                        MustRedraw |= RedrawResources;
                }
-               if (!TheUI.StatusLine.Graphic) {
+               MustRedraw |= RedrawStatusLine;
+               /*if (!TheUI.StatusLine.Graphic) {
                        MustRedraw |= RedrawStatusLine;
-               }
-               
+               }*/
        }
 
        if (MustRedraw & (RedrawMessage | RedrawMap)) {




reply via email to

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