mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-20 19:02:41 +01:00
Codechange: strongly type SignID
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 ::SIGN_BEGIN;
|
||||
return SignID::Begin();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user