Merge branch 'GP-1806_ryanmkurtz_PR-4018_benstone_pe-resource-menu-name'

This commit is contained in:
Ryan Kurtz 2022-03-11 13:57:26 -05:00
commit 50815bd3ea

View file

@ -155,7 +155,7 @@ public class MenuResourceDataType extends DynamicDataType {
int tempOffset, short mtOption) { int tempOffset, short mtOption) {
//If it is a popup there is only an option field, no ID field //If it is a popup there is only an option field, no ID field
if (mtOption == MF_POPUP) { if ((mtOption & MF_POPUP) == MF_POPUP) {
tempOffset = tempOffset =
addComp(WordDataType.dataType, 2, "mtOption", memBuffer.getAddress(), comps, addComp(WordDataType.dataType, 2, "mtOption", memBuffer.getAddress(), comps,
tempOffset); tempOffset);