1
0
Fork 0

(svn r9387) -Fix (r9385): termination of a comment forgotten.

release/0.6
rubidium 2007-03-21 11:50:34 +00:00
parent dcd510c81f
commit a9651a8b8f
1 changed files with 1 additions and 1 deletions

View File

@ -3964,7 +3964,7 @@ static void ResetNewGRFData()
}
memcpy(&_bridge, &orig_bridge, sizeof(_bridge));
/* Reset refit/cargo class data /*
/* Reset refit/cargo class data */
memset(&cargo_allowed, 0, sizeof(cargo_allowed));
memset(&cargo_disallowed, 0, sizeof(cargo_disallowed));