Rename Action0RemapFallbackMode to GRFPropertyMapFallbackMode

This commit is contained in:
Jonathan G Rennison
2018-11-26 17:11:26 +00:00
parent 2e539dfeca
commit 2ab0a9611b
2 changed files with 12 additions and 12 deletions

View File

@@ -108,11 +108,11 @@ enum Action0RemapPropertyIds {
A0RPI_UNKNOWN_ERROR,
};
enum Action0RemapFallbackMode {
A0REM_IGNORE,
A0REM_ERROR_ON_USE,
A0REM_ERROR_ON_DEFINITION,
A0REM_END,
enum GRFPropertyMapFallbackMode {
GPMFM_IGNORE,
GPMFM_ERROR_ON_USE,
GPMFM_ERROR_ON_DEFINITION,
GPMFM_END,
};
struct GRFPropertyMapDefinition {