mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 06:23:04 +01:00
define STR_NONE as a rct_string_id
This commit is contained in:
@@ -21,9 +21,11 @@
|
||||
#ifndef _STRING_IDS_H_
|
||||
#define _STRING_IDS_H_
|
||||
|
||||
enum {
|
||||
STR_NONE = -1,
|
||||
#include "../common.h"
|
||||
|
||||
#define STR_NONE ((rct_string_id)-1)
|
||||
|
||||
enum {
|
||||
STR_GUEST = 767,
|
||||
|
||||
STR_DATE_DAY_1 = 779,
|
||||
|
||||
Reference in New Issue
Block a user