Changeset - r21480:0acd84047e70
[Not reviewed]
master
0 1 0
rubidium - 10 years ago 2014-05-16 17:38:59
rubidium@openttd.org
(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
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/saveload/linkgraph_sl.cpp
Show inline comments
 
@@ -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.
0 comments (0 inline, 0 general)