changeset 1873:788e3924a6d1 draft

(svn r2379) - Fix: [newgrf] Note to self, check thoroughly before committing!
author orudge <orudge@openttd.org>
date Sun, 29 May 2005 20:42:01 +0000
parents 19ff44953283
children 34e7c16bc7aa
files newgrf.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/newgrf.c
+++ b/newgrf.c
@@ -471,6 +471,7 @@
 			}
 			ret = true;
 			break;
+		}
 		default:
 			ret = true;
 	}