Thalassicus / ceg

(Deprecated: now in "cep-bnw" project)
http://civmodding.wordpress.com
0 stars 9 forks source link

Project Priorities (+Spaceship) #12

Closed GrantSP closed 10 years ago

GrantSP commented 10 years ago

In the CEAI_Buildings.sql there is a block of code, lines 57 to 63, that looks like it should be setting two different values to parts of the Apollo project, 128 for the Apollo project and 4 for each of the spaceship parts.

What is actually happening though is ALL the parts are being assigned the SAME value, 128.

Should this be looked at, or is it not referenced by anything at the moment.

stackpoint commented 10 years ago

This looks correct. See the following commit for review:

https://github.com/Thalassicus/ceg/commit/a7997fd629a5b5e327c1a91243d3824ae06083b7#diff-35b9383c0b66eea925c6b6c8c6581174

GrantSP commented 10 years ago

I changed it to give the correct changes, but I am still not sure whether this is being utilized in the code.