summaryrefslogtreecommitdiff
path: root/src/newgrf_cargo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_cargo.cpp')
-rw-r--r--src/newgrf_cargo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_cargo.cpp b/src/newgrf_cargo.cpp
index 5e322a9ec..b0f262098 100644
--- a/src/newgrf_cargo.cpp
+++ b/src/newgrf_cargo.cpp
@@ -31,7 +31,7 @@ static uint32 CargoGetVariable(const ResolverObject *object, byte variable, byte
DEBUG(grf, 1, "Unhandled cargo property 0x%X", variable);
*available = false;
- return 0;
+ return UINT_MAX;
}