~ubuntu-branches/ubuntu/quantal/warzone2100/quantal

« back to all changes in this revision

Viewing changes to src/mission.c

  • Committer: Bazaar Package Importer
  • Author(s): Paul Wise
  • Date: 2011-05-21 16:31:49 UTC
  • mfrom: (1.1.18 upstream) (2.1.17 sid)
  • Revision ID: james.westby@ubuntu.com-20110521163149-oj2qkd97z0b14lqz
Tags: 2.3.8-1
* New upstream release
  - Refresh miniupnpc removal patch
  - Build and install new upstream docs
* Complies with latest policy, bump Standards-Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
        This file is part of Warzone 2100.
3
3
        Copyright (C) 1999-2004  Eidos Interactive
4
 
        Copyright (C) 2005-2010  Warzone 2100 Project
 
4
        Copyright (C) 2005-2011  Warzone 2100 Project
5
5
 
6
6
        Warzone 2100 is free software; you can redistribute it and/or modify
7
7
        it under the terms of the GNU General Public License as published by
844
844
        //clear all the effects from the map
845
845
        initEffectsSystem();
846
846
 
847
 
        resetRadarRedraw();
 
847
        resizeRadar();
848
848
}
849
849
 
850
850
/*
927
927
        //reset the current structure lists
928
928
        setCurrentStructQuantity(false);
929
929
 
930
 
        //initPlayerPower();
931
 
 
932
930
        initFactoryNumFlag();
933
931
        resetFactoryNumFlag();
934
932
 
935
 
        //terrain types? - hopefully not! otherwise we have to load in the terrain texture pages.
936
 
 
937
 
        //reset the game time
938
 
        //gameTimeReset(mission.startTime);
939
 
 
940
933
        offWorldKeepLists = false;
941
934
 
942
 
        resetRadarRedraw();
 
935
        resizeRadar();
943
936
 
944
937
        // reset the environ map back to the homebase settings
945
938
        environReset();