<URL: http://bugs.freeciv.org/Ticket/Display.html?id=39714 >

Yes, debugging accidentally left during commit for PR#39525.  Thanks for
the clue!  Committed revision 13614.

Index: common/tech.c
===================================================================
--- common/tech.c       (revision 13613)
+++ common/tech.c       (working copy)
@@ -142,7 +142,6 @@
   if (old == value) {
     return old;
   }
-  assert(tech != A_FUTURE);
   research->inventions[tech].state = value;
 
   if (value == TECH_KNOWN) {
_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to