Author: jtn
Date: Tue Aug 23 10:07:46 2016
New Revision: 33683

URL: http://svn.gna.org/viewcvs/freeciv?rev=33683&view=rev
Log:
It was possible to launch an unconnected spaceship.

Fix typo in space structurals connectivity data.

Reported and diagnosed by log65536@gna.

See gna bug #24979.

Modified:
    branches/S2_6/common/spaceship.c
    branches/S2_6/common/spaceship.h

Modified: branches/S2_6/common/spaceship.c
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/common/spaceship.c?rev=33683&r1=33682&r2=33683&view=diff
==============================================================================
--- branches/S2_6/common/spaceship.c    (original)
+++ branches/S2_6/common/spaceship.c    Tue Aug 23 10:07:46 2016
@@ -49,7 +49,7 @@
   {21,  5, 24},
   {21, 23, 25},
   {23,  5, 26},
-  {23, 23, 28},
+  {23, 23, 27},
   { 5,  9, 20},
   { 5, 19, 21}
 };

Modified: branches/S2_6/common/spaceship.h
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/common/spaceship.h?rev=33683&r1=33682&r2=33683&view=diff
==============================================================================
--- branches/S2_6/common/spaceship.h    (original)
+++ branches/S2_6/common/spaceship.h    Tue Aug 23 10:07:46 2016
@@ -53,7 +53,7 @@
 22_:::-:::-# M11  #:::-:::-# M5   #:::-[23]\F5/\  P5  /:::-
    :::-:::-# S3   #:::-:::-# S1   #:::-[s ][s ][s ]:::-:::-
 24_!!!-!!!-/++++++\!!!-!!!-/++++++\!!!-[25][27][29]!!!-!!!-
-   :::-:::-:::-:::-:::-:::-:::-:::-:::-:::-/C14/  C14 \:::-
+   :::-:::-:::-:::-:::-:::-:::-:::-:::-:::-/C14/  C15 \:::-
 26_:::-:::-:::-:::-:::-:::-:::-:::-:::-:::-\F7/\  P7  /:::-
    :::-:::-:::-:::-:::-:::-:::-:::-:::-:::-:::-:::-:::-:::-
 28_!!!-!!!-!!!-!!!-!!!-!!!-!!!-!!!-!!!-!!!-!!!-!!!-!!!-!!!-


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

Reply via email to