mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r8854) -Fix(r8853): Ctrl+s (save) without Ctrl does not produce desired result...
This commit is contained in:
parent
a723770836
commit
8ace4dd25c
@ -1218,7 +1218,7 @@ static const ChunkHandler * const _chunk_handlers[] = {
|
||||
NULL,
|
||||
};
|
||||
|
||||
/* used to include a vehicle desc in another desc. */s
|
||||
/* used to include a vehicle desc in another desc. */
|
||||
extern const SaveLoad _common_veh_desc[];
|
||||
static const SaveLoad* const _desc_includes[] = {
|
||||
_common_veh_desc
|
||||
|
Loading…
Reference in New Issue
Block a user