mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-06 22:37:22 +00:00
(svn r9387) -Fix (r9385): termination of a comment forgotten.
This commit is contained in:
parent
dcd510c81f
commit
a9651a8b8f
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user