Skip to content

Commit

Permalink
Xcom security deposit.
Browse files Browse the repository at this point in the history
charge the first month's rent in advance.
  • Loading branch information
Warboy1982 committed Jun 17, 2013
1 parent ef7a2f7 commit c6757cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Geoscape/GeoscapeState.cpp
Expand Up @@ -466,6 +466,7 @@ void GeoscapeState::think()
{
_game->getSavedGame()->addMonth();
determineAlienMissions(true);
_game->getSavedGame()->setFunds(_game->getSavedGame()->getFunds() - _game->getSavedGame()->getBaseMaintenance());
}
if(_popups.empty() && _dogfights.empty() && (!_zoomInEffectTimer->isRunning() || _zoomInEffectDone) && (!_zoomOutEffectTimer->isRunning() || _zoomOutEffectDone))
{
Expand Down

0 comments on commit c6757cb

Please sign in to comment.