File diff r6178:fc8bd2bde93a → r6179:c0508e7aefec
src/heightmap.cpp
Show inline comments
 
/* $Id$ */
 

	
 
/** @file heightmap.cpp */
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "variables.h"
 
@@ -226,7 +228,7 @@ static bool ReadHeightmapBMP(char *filen
 
	BmpData data;
 
	BmpBuffer buffer;
 

	
 
	// Init BmpData
 
	/* Init BmpData */
 
	memset(&data, 0, sizeof(data));
 

	
 
	f = fopen(filename, "rb");