Files
@ r23819:b46d3930800a
Branch filter:
Location: cpp/openttd-patchpack/source/Makefile.msvc
r23819:b46d3930800a
1.7 KiB
text/x-makefile
Fix b3fd7879: Ignore command flags when verifying script commands
Multiplayer games has the server add some flags to the cmd value during the handling.
These flags should not be included in the verification, mask them out. Without this
masking out, scripts tend to die when executing their first command in multiplayer.
Multiplayer games has the server add some flags to the cmd value during the handling.
These flags should not be included in the verification, mask them out. Without this
masking out, scripts tend to die when executing their first command in multiplayer.