src/newgrf_cargo.cpp
branchgamebalance
changeset 9907 3b068c3a1c74
parent 9906 6f41b8713b65
child 6719 4cc327ad39d5
child 6956 0d884da2fd1c
--- a/src/newgrf_cargo.cpp	Thu Apr 19 14:43:25 2007 +0000
+++ b/src/newgrf_cargo.cpp	Thu Apr 19 14:48:10 2007 +0000
@@ -2,6 +2,7 @@
 
 #include "stdafx.h"
 #include "openttd.h"
+#include "debug.h"
 #include "cargotype.h"
 #include "newgrf.h"
 #include "newgrf_callbacks.h"
@@ -29,6 +30,8 @@
 
 static uint32 CargoGetVariable(const ResolverObject *object, byte variable, byte parameter, bool *available)
 {
+	DEBUG(grf, 1, "Unhandled cargo property 0x%X", variable);
+
 	*available = false;
 	return 0;
 }