[Fix] Resource editor somehow destroyed all the planet techs.
This commit is contained in:
parent
e4b72c0302
commit
e20b45a383
@ -20,7 +20,7 @@
|
|||||||
<commodity>Medicine</commodity>
|
<commodity>Medicine</commodity>
|
||||||
</commodities>
|
</commodities>
|
||||||
<tech>
|
<tech>
|
||||||
<main>0</main>
|
<main>5</main>
|
||||||
<special>0</special>
|
<special>0</special>
|
||||||
</tech>
|
</tech>
|
||||||
<services>31</services>
|
<services>31</services>
|
||||||
@ -101,7 +101,7 @@
|
|||||||
<commodity>Industrial Goods</commodity>
|
<commodity>Industrial Goods</commodity>
|
||||||
</commodities>
|
</commodities>
|
||||||
<tech>
|
<tech>
|
||||||
<main>0</main>
|
<main>9</main>
|
||||||
<special>0</special>
|
<special>0</special>
|
||||||
</tech>
|
</tech>
|
||||||
<services>31</services>
|
<services>31</services>
|
||||||
@ -125,7 +125,7 @@
|
|||||||
<commodity>Food</commodity>
|
<commodity>Food</commodity>
|
||||||
</commodities>
|
</commodities>
|
||||||
<tech>
|
<tech>
|
||||||
<main>0</main>
|
<main>7</main>
|
||||||
<special>0</special>
|
<special>0</special>
|
||||||
</tech>
|
</tech>
|
||||||
<services>7</services>
|
<services>7</services>
|
||||||
@ -187,7 +187,7 @@
|
|||||||
<commodity>Industrial Goods</commodity>
|
<commodity>Industrial Goods</commodity>
|
||||||
</commodities>
|
</commodities>
|
||||||
<tech>
|
<tech>
|
||||||
<main>0</main>
|
<main>5</main>
|
||||||
</tech>
|
</tech>
|
||||||
<services>7</services>
|
<services>7</services>
|
||||||
<class>G</class>
|
<class>G</class>
|
||||||
@ -230,7 +230,7 @@
|
|||||||
<commodity>Industrial Goods</commodity>
|
<commodity>Industrial Goods</commodity>
|
||||||
</commodities>
|
</commodities>
|
||||||
<tech>
|
<tech>
|
||||||
<main>0</main>
|
<main>7</main>
|
||||||
<special>0</special>
|
<special>0</special>
|
||||||
</tech>
|
</tech>
|
||||||
<services>7</services>
|
<services>7</services>
|
||||||
@ -255,7 +255,7 @@
|
|||||||
<commodity>Medicine</commodity>
|
<commodity>Medicine</commodity>
|
||||||
</commodities>
|
</commodities>
|
||||||
<tech>
|
<tech>
|
||||||
<main>0</main>
|
<main>9</main>
|
||||||
<special>0</special>
|
<special>0</special>
|
||||||
</tech>
|
</tech>
|
||||||
<services>15</services>
|
<services>15</services>
|
||||||
@ -283,7 +283,7 @@
|
|||||||
<commodity>Luxury Goods</commodity>
|
<commodity>Luxury Goods</commodity>
|
||||||
</commodities>
|
</commodities>
|
||||||
<tech>
|
<tech>
|
||||||
<main>0</main>
|
<main>15</main>
|
||||||
<special>0</special>
|
<special>0</special>
|
||||||
</tech>
|
</tech>
|
||||||
<services>31</services>
|
<services>31</services>
|
||||||
|
@ -295,7 +295,7 @@ static void outfits_open(void) {
|
|||||||
|
|
||||||
if(noutfits <= 0) { /* No outfits. */
|
if(noutfits <= 0) { /* No outfits. */
|
||||||
soutfits = malloc(sizeof(char*));
|
soutfits = malloc(sizeof(char*));
|
||||||
soutfits = strdup("None");
|
soutfits[0] = strdup("None");
|
||||||
noutfits = 1;
|
noutfits = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user