mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-31 18:39:10 +00:00
(svn r2622) Fix: remove _cargoc.names_p, it was never used.
This commit is contained in:
4
misc.c
4
misc.c
@@ -423,9 +423,7 @@ void InitializeLandscapeVariables(bool only_constants)
|
||||
|
||||
str = lpd->names[i];
|
||||
_cargoc.names_s[i] = str;
|
||||
_cargoc.names_p[i] = (str += 0x20);
|
||||
_cargoc.names_long[i] = (str += 0x20);
|
||||
// _cargoc.names_long_p[i] = (str += 0x20);
|
||||
_cargoc.names_long[i] = (str += 0x40);
|
||||
_cargoc.names_short[i] = (str += 0x20);
|
||||
_cargoc.weights[i] = lpd->weights[i];
|
||||
|
||||
|
Reference in New Issue
Block a user