summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 520589b8e..2ec5cea65 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -1126,7 +1126,7 @@ static void CheckCaches()
uint i = 0;
FOR_ALL_COMPANIES(c) {
if (MemCmpT(old_infrastructure.Get(i), &c->infrastructure) != 0) {
- DEBUG(desync, 2, "infrastructure cache mismatch: company %i", c->index);
+ DEBUG(desync, 2, "infrastructure cache mismatch: company %i", (int)c->index);
}
i++;
}