Mercurial > hg > openttd
comparison src/openttd.h @ 12645:b9f1e5ce4831 draft
(svn r17097) -Fix [FS#3092] (r13256): make restart command work again and make the help show how it works and how it doesn't work
author | rubidium <rubidium@openttd.org> |
---|---|
date | Thu, 06 Aug 2009 22:00:32 +0000 |
parents | a7078587ef3b |
children | bc7926153e19 |
comparison
equal
deleted
inserted
replaced
12644:82a22ae11c24 | 12645:b9f1e5ce4831 |
---|---|
14 }; | 14 }; |
15 | 15 |
16 enum SwitchMode { | 16 enum SwitchMode { |
17 SM_NONE, | 17 SM_NONE, |
18 SM_NEWGAME, | 18 SM_NEWGAME, |
19 SM_RESTARTGAME, | |
19 SM_EDITOR, | 20 SM_EDITOR, |
20 SM_LOAD, | 21 SM_LOAD, |
21 SM_MENU, | 22 SM_MENU, |
22 SM_SAVE, | 23 SM_SAVE, |
23 SM_GENRANDLAND, | 24 SM_GENRANDLAND, |