Check the correct ID value for clearing the deferred flag
commite7610b90dae0844d8e91c422c4cfbbeffab19c46
authorChris Robinson <chris.kcat@gmail.com>
Sun, 12 Mar 2023 04:55:38 +0000 (11 20:55 -0800)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 12 Mar 2023 04:55:38 +0000 (11 20:55 -0800)
tree2da8eced6393e1ea08646b5b569cf5806b30d1e3
parent20ab7645fb637e427d31f044fa1a05f683595f58
Check the correct ID value for clearing the deferred flag

property_id is the original value with the deferred flag in the msb. If the
call is deferred, that flag is set, preventing it from matching any of the
enums. The property_id_ member has the ID without the flag.
al/eax/call.cpp