Forgot about the 10 fuel that can be present in the ship apart from in

the fuel modules.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1382 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2004-06-15 13:48:06 +00:00
parent bb773c1246
commit aeeda8d7ba
+1 -1
View File
@@ -237,7 +237,7 @@ equipShip (void)
assert (i <= NUM_MODULE_SLOTS); assert (i <= NUM_MODULE_SLOTS);
// Fill the fuel and crew compartments to the maximum. // Fill the fuel and crew compartments to the maximum.
GLOBAL_SIS (FuelOnBoard) = 0; GLOBAL_SIS (FuelOnBoard) = FUEL_RESERVE;
GLOBAL_SIS (CrewEnlisted) = 0; GLOBAL_SIS (CrewEnlisted) = 0;
for (i = 0; i < NUM_MODULE_SLOTS; i++) for (i = 0; i < NUM_MODULE_SLOTS; i++)
{ {