summaryrefslogtreecommitdiffhomepage
path: root/serialize/scenery.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'serialize/scenery.cpp')
-rw-r--r--serialize/scenery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/serialize/scenery.cpp b/serialize/scenery.cpp
index 354e7b75..073ae255 100644
--- a/serialize/scenery.cpp
+++ b/serialize/scenery.cpp
@@ -118,7 +118,7 @@ void adl_serializer<scenery_proto>::from_json(const json& j, scenery_proto& val)
switch (type)
{
default:
- fm_abort("unhandled scenery type '%hhu'", type);
+ fm_abort("unhandled scenery type '%u'", (unsigned)type);
case scenery_type::generic:
f = { scenery::generic, *atlas, r, frame, passable, blocks_view, animated, active };
break;