From 7672da17c7437cf8bc9371b3b178aa200fd96f53 Mon Sep 17 00:00:00 2001 From: orbifant <24986292+orbifant@users.noreply.github.com> Date: Wed, 12 Feb 2025 20:37:51 +0100 Subject: [PATCH] Fix segfault on linux when running in verbose mode Comparing LOG_VERBOSE with other places in code, it expects const char* as parameter. --- src/openrct2/object/PeepAnimationsObject.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openrct2/object/PeepAnimationsObject.cpp b/src/openrct2/object/PeepAnimationsObject.cpp index fd4288f6e6..da46d2dcaa 100644 --- a/src/openrct2/object/PeepAnimationsObject.cpp +++ b/src/openrct2/object/PeepAnimationsObject.cpp @@ -114,7 +114,7 @@ PeepAnimations PeepAnimationsObject::ReadAnimations(const EnumMap sequence = referenceAnim.frame_offsets; group[typeEnum] = { .imageTableOffset = referenceAnim.imageTableOffset, @@ -125,7 +125,7 @@ PeepAnimations PeepAnimationsObject::ReadAnimations(const EnumMap