mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-23 12:14:11 +01:00
Codechange: make SignID an enum
This commit is contained in:
@@ -84,5 +84,5 @@
|
||||
if (!ScriptObject::Command<CMD_PLACE_SIGN>::Do(&ScriptInstance::DoCommandReturnSignID, location, text)) return INVALID_SIGN;
|
||||
|
||||
/* In case of test-mode, we return SignID 0 */
|
||||
return 0;
|
||||
return ::SIGN_BEGIN;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user