mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r26589) -Fix: SIGSEGV on all big endian architectures that tried to load e.g. the 1.4 intro game or anything else with more than 0 linkgraph nodes that was saved on little endian
This commit is contained in:
parent
bd98b14ba5
commit
7d2d4a1f82
@ -23,7 +23,7 @@ typedef LinkGraph::BaseEdge Edge;
|
||||
|
||||
const SettingDesc *GetSettingDescription(uint index);
|
||||
|
||||
static uint _num_nodes;
|
||||
static uint16 _num_nodes;
|
||||
|
||||
/**
|
||||
* Get a SaveLoad array for a link graph.
|
||||
|
Loading…
Reference in New Issue
Block a user