mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 03:53:07 +01:00
Use const and constexpr whenever possible.
This commit is contained in:
committed by
Michał Janiszewski
parent
81398d9225
commit
84f2917f59
@@ -22,7 +22,7 @@
|
||||
#include "Object.h"
|
||||
#include "StringTable.h"
|
||||
|
||||
static const uint8 RCT2ToOpenRCT2LanguageId[] =
|
||||
static constexpr const uint8 RCT2ToOpenRCT2LanguageId[] =
|
||||
{
|
||||
LANGUAGE_ENGLISH_UK,
|
||||
LANGUAGE_ENGLISH_US,
|
||||
|
||||
Reference in New Issue
Block a user