Changeset - r19963:c6d969678d57
[Not reviewed]
master
0 1 0
peter1138 - 12 years ago 2013-01-17 07:53:17
peter1138@openttd.org
(svn r24919) -Codechange: Remove useless noisy grf debug messages.
1 file changed with 0 insertions and 4 deletions:
0 comments (0 inline, 0 general)
src/newgrf.cpp
Show inline comments
 
@@ -3220,8 +3220,6 @@ static ChangeInfoResult IndustriesChange
 
		return CIR_INVALID_ID;
 
	}
 

	
 
	grfmsg(1, "IndustriesChangeInfo: newid %u", indid);
 

	
 
	/* Allocate industry specs if they haven't been allocated already. */
 
	if (_cur.grffile->industryspec == NULL) {
 
		_cur.grffile->industryspec = CallocT<IndustrySpec*>(NUM_INDUSTRYTYPES);
 
@@ -3561,8 +3559,6 @@ static ChangeInfoResult AirportChangeInf
 
		return CIR_INVALID_ID;
 
	}
 

	
 
	grfmsg(1, "AirportChangeInfo: newid %u", airport);
 

	
 
	/* Allocate industry specs if they haven't been allocated already. */
 
	if (_cur.grffile->airportspec == NULL) {
 
		_cur.grffile->airportspec = CallocT<AirportSpec*>(NUM_AIRPORTS);
0 comments (0 inline, 0 general)