~ubuntu-branches/ubuntu/oneiric/scummvm/oneiric

« back to all changes in this revision

Viewing changes to engines/parallaction/gui_br.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Moritz Muehlenhoff
  • Date: 2011-05-25 19:02:23 UTC
  • mfrom: (21.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110525190223-4cu1pjjcmc1dgadi
Tags: 1.3.0-1
* New upstream release
  - Fixes FTBFS with ld --as-needed (Closes: #607182)
* Version debhelper build dep for debhelper override support

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * along with this program; if not, write to the Free Software
19
19
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20
20
 *
21
 
 * $URL: https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/tags/release-1-2-1/engines/parallaction/gui_br.cpp $
22
 
 * $Id: gui_br.cpp 50040 2010-06-19 04:51:00Z peres001 $
 
21
 * $URL$
 
22
 * $Id$
23
23
 *
24
24
 */
25
25
 
26
26
#include "common/system.h"
 
27
#include "common/textconsole.h"
27
28
 
28
29
#include "parallaction/gui.h"
29
30
#include "parallaction/input.h"
250
251
 
251
252
                bool complete[3];
252
253
                _vm->_saveLoad->getGamePartProgress(complete, 3);
253
 
                for (i = 0; i < 3 && complete[i]; i++, _availItems++) ;
 
254
                for (i = 0; i < 3 && complete[i]; i++, _availItems++)
 
255
                        ;
254
256
 
255
257
                if (_vm->getPlatform() == Common::kPlatformAmiga) {
256
258
                        _menuStrings = _menuStringsAmiga;