# HG changeset patch # User orudge # Date 1117399321 0 # Node ID c8637fc2977b08de1fe070d659e7a62a6ac9429f # Parent 5fe1a92bde30781917b63d8fdb7767dcb06bf056 (svn r2379) - Fix: [newgrf] Note to self, check thoroughly before committing! diff -r 5fe1a92bde30 -r c8637fc2977b newgrf.c --- a/newgrf.c Sun May 29 20:36:11 2005 +0000 +++ b/newgrf.c Sun May 29 20:42:01 2005 +0000 @@ -471,6 +471,7 @@ } ret = true; break; + } default: ret = true; }