Changeset - r14126:f23988064e74
[Not reviewed]
master
0 16 0
rubidium - 14 years ago 2010-01-01 18:45:40
rubidium@openttd.org
(svn r18683) -Fix: it's not an other
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/saveload/order_sl.cpp
Show inline comments
 
@@ -132,7 +132,7 @@ static void Load_ORDR()
 

	
 
		if (CheckSavegameVersion(5)) {
 
			/* Pre-version 5 had an other layout for orders
 
			    (uint16 instead of uint32) */
 
			 * (uint16 instead of uint32) */
 
			len /= sizeof(uint16);
 
			uint16 *orders = MallocT<uint16>(len + 1);
 

	
0 comments (0 inline, 0 general)