Make trade show exactly what's on sale, remove option SHOW_PLANE

Planes and land units on ships are sold along with the ship, but trade
showed them only when SHOWPLANE was enabled.  Show them always.

Planes on land units are not sold along with the land unit, but trade
showed them when SHOWPLANE was enabled.  Don't.
This commit is contained in:
Markus Armbruster 2008-09-16 19:11:18 -04:00
parent 4a44b51f8c
commit 3e15a8e226
4 changed files with 25 additions and 43 deletions

View file

@ -59,7 +59,6 @@ int opt_NO_PLAGUE = 1;
int opt_PINPOINTMISSILE = 1;
int opt_RES_POP = 0;
int opt_SAIL = 1;
int opt_SHOWPLANE = 1;
int opt_SLOW_WAR = 0;
int opt_SUPER_BARS = 0;
int opt_TECH_POP = 0;