1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 21:13:05 +01:00

Replace comment with STUB macro

This commit is contained in:
Marco Costa
2017-04-09 17:05:48 -04:00
parent e8136aa950
commit 6f0232431e

View File

@@ -804,7 +804,7 @@ uint8 platform_get_locale_temperature_format(){
uint8 platform_get_locale_date_format()
{
// TODO Stub implementation
STUB();
return DATE_FORMAT_DAY_MONTH_YEAR;
}