adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: adonthell/src adonthell.cc,1.10,1.11


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src adonthell.cc,1.10,1.11
Date: Fri, 17 Jan 2003 17:05:58 -0500

Update of /cvsroot/adonthell/adonthell/src
In directory subversions:/tmp/cvs-serv14830

Modified Files:
        adonthell.cc 
Log Message:
UNDID 'optimization' that was none :P


Index: adonthell.cc
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/adonthell.cc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** adonthell.cc        16 Jan 2003 11:22:45 -0000      1.10
--- adonthell.cc        17 Jan 2003 22:05:56 -0000      1.11
***************
*** 93,97 ****
          win_manager::active->input_update ();
          if (update_map ()) lmap.update ();
!         // win_manager::active->update ();
          if (control_active ()) control.run ();
      }
--- 93,97 ----
          win_manager::active->input_update ();
          if (update_map ()) lmap.update ();
!         win_manager::active->update ();
          if (control_active ()) control.run ();
      }
***************
*** 99,104 ****
      if (!letsexit) 
      {
-         win_manager::active->update ();
- 
          // first clear the screen to avoid artifacts
          screen::clear ();
--- 99,102 ----





reply via email to

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