forked from mirror/OpenTTD
(svn r6532) - Feature: Add support for NewGRF sound effects. Currently sound priority isn't supported.
This commit is contained in:
@@ -651,7 +651,7 @@ static uint32 VehicleGetVariable(const ResolverObject *object, byte variable, by
|
||||
}
|
||||
|
||||
case 0x46: /* Motion counter */
|
||||
return 0;
|
||||
return v->motion_counter;
|
||||
|
||||
case 0x47: { /* Vehicle cargo info */
|
||||
/* Format: ccccwwtt
|
||||
|
Reference in New Issue
Block a user