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

kreversi and flightgear



Hi,
  I have noticed that kreversi stopped working a few weeks ago and have
submitted a patch to the KDE bug system and some of the debian maintainers.
For those interested the patch is included with this mail.

  Also I noticed that flightgear (fgfs) fails nastilly on my Alpha; it looks
to me like the data files were generated by a 32 bit machine yet the parser
reads 'long' values.


  I sent mail to Iven Moore a few weeks ago about the kreversi problem
and haven't heard anything back from him (although previously he was quite
chatty)

  I've also sent some mail to Ove Kaaven about the flight gear bug and not
heard anything back (although again previously he was quite chatty).

  So I'm wondering if there is an email problem or whether these guys are
just away at the mo.

Dave

--- board.cpp.predag	Fri Sep 28 21:34:33 2001
+++ board.cpp	Fri Sep 28 21:34:47 2001
@@ -76,12 +76,13 @@
   for(int i = 0; i < CHIP_MAX; i++)
     chip[i] = 0;
 
+  _size = 32;
+  _zoom = 100;
+
   loadChips("chips.xpm");
 
   nopaint = FALSE;
   human = Score::BLACK;
-  _size = 32;
-  _zoom = 100;
   setStrength(4);
 
   connect(this, SIGNAL(signalFieldClicked(int, int)),

 ---------------- Have a happy GNU millennium! ----------------------   
/ Dr. David Alan Gilbert    | Running GNU/Linux on Alpha,68K| Happy  \ 
\ gro.gilbert @ treblig.org | MIPS,x86,ARM, SPARC and HP-PA | In Hex /
 \ _________________________|_____ http://www.treblig.org   |_______/



Reply to: