(svn r3185) const

This commit is contained in:
tron
2005-11-15 09:00:02 +00:00
parent 1b0091e0d2
commit b9729fb72e
8 changed files with 12 additions and 12 deletions

View File

@@ -1277,7 +1277,7 @@ void ShowNewgrf(void)
{ // little helper function to calculate _grffile_count
// should be REMOVED once _grffile_count is calculated at loading
GRFFile *c = _first_grffile;
const GRFFile* c = _first_grffile;
_grffile_count = 0;
while (c != NULL) {