~ubuntu-branches/debian/squeeze/openttd/squeeze

« back to all changes in this revision

Viewing changes to src/openttd.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthijs Kooijman, Matthijs Kooijman
  • Date: 2009-10-01 22:52:59 UTC
  • mfrom: (1.1.8 upstream) (2.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091001225259-5kpkp4sthbszpyif
[ Matthijs Kooijman ]
* New upstream release
* Use printf instead of echo -en in openttd-wrapper to make it POSIX
  compatible (Closes: #547758).
* Remove three patches that are now included in upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: openttd.h 15576 2009-02-25 00:45:52Z yexo $ */
 
1
/* $Id: openttd.h 17158 2009-08-12 15:22:50Z rubidium $ */
2
2
 
3
3
/** @file openttd.h Some generic types. */
4
4
 
14
14
enum SwitchMode {
15
15
        SM_NONE,
16
16
        SM_NEWGAME,
 
17
        SM_RESTARTGAME,
17
18
        SM_EDITOR,
18
19
        SM_LOAD,
19
20
        SM_MENU,