1
0
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:
IntelOrca
2016-01-07 22:14:53 +00:00
parent 5e071ed032
commit 43a5cc92cc
12 changed files with 23 additions and 21 deletions

View File

@@ -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,