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:
@@ -237,7 +237,7 @@ equipShip (void)
|
||||
assert (i <= NUM_MODULE_SLOTS);
|
||||
|
||||
// Fill the fuel and crew compartments to the maximum.
|
||||
GLOBAL_SIS (FuelOnBoard) = 0;
|
||||
GLOBAL_SIS (FuelOnBoard) = FUEL_RESERVE;
|
||||
GLOBAL_SIS (CrewEnlisted) = 0;
|
||||
for (i = 0; i < NUM_MODULE_SLOTS; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user