summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-08 22:25:24 +0000
committertron <tron@openttd.org>2005-07-08 22:25:24 +0000
commit1b4a0897b6944910edaeb8f34769a092110c0a0c (patch)
tree7b435600d289220b369f3d759ca520553f411357 /openttd.c
parent83f72f696a3ce82eea4cfcbbbdbf35b0823492e3 (diff)
downloadopenttd-1b4a0897b6944910edaeb8f34769a092110c0a0c.tar.xz
(svn r2535) Tabs
Diffstat (limited to 'openttd.c')
-rw-r--r--openttd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/openttd.c b/openttd.c
index 75c7c3152..04c24adbd 100644
--- a/openttd.c
+++ b/openttd.c
@@ -141,7 +141,7 @@ static int NullVideoMainLoop(void)
GameLoop();
_screen.dst_ptr = _null_video_mem;
UpdateWindows();
- } while (--i);
+ } while (--i);
return ML_QUIT;
}
@@ -584,7 +584,7 @@ int ttd_main(int argc, char* argv[])
_config_file = strdup(mgo.opt);
break;
case -2:
- case 'h':
+ case 'h':
showhelp();
return 0;
}
@@ -751,7 +751,7 @@ static void MakeNewGame(void)
// In a dedicated server, the server does not play
if (_network_dedicated) {
_local_player = OWNER_SPECTATOR;
- } else {
+ } else {
// Create a single player
DoStartupNewPlayer(false);
@@ -1220,7 +1220,7 @@ static void UpdateExclusiveRights(void)
Build an array town_blocked[ town_id ][ player_id ]
that stores if at least one station in that town is blocked for a player
2.) Go through that array, if you find a town that is not blocked for
- one player, but for all others, then give him exclusivity.
+ one player, but for all others, then give him exclusivity.
*/
}