Author: sveinung
Date: Wed Apr  1 13:48:32 2015
New Revision: 28681

URL: http://svn.gna.org/viewcvs/freeciv?rev=28681&view=rev
Log:
Add meta knowledge about the OutputType requirement type.

See patch #5968

Modified:
    branches/S2_6/common/metaknowledge.c

Modified: branches/S2_6/common/metaknowledge.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/common/metaknowledge.c?rev=28681&r1=28680&r2=28681&view=diff
==============================================================================
--- branches/S2_6/common/metaknowledge.c        (original)
+++ branches/S2_6/common/metaknowledge.c        Wed Apr  1 13:48:32 2015
@@ -517,6 +517,11 @@
     }
   }
 
+  if (req->source.kind == VUT_OTYPE) {
+    /* This requirement type is intended to specify the situation. */
+    return TRUE;
+  }
+
   /* Uncertain or no support added yet. */
   return FALSE;
 }


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to