mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Fix compile
This commit is contained in:
@@ -287,7 +287,7 @@ private:
|
||||
|
||||
void StringifyBoolean(const DukValue& val)
|
||||
{
|
||||
_ss << val.as_bool() ? "true" : "false";
|
||||
_ss << (val.as_bool() ? "true" : "false");
|
||||
}
|
||||
|
||||
void StringifyNumber(const DukValue& val)
|
||||
|
||||
Reference in New Issue
Block a user