修复空调提示音组包标记错误问题

This commit is contained in:
2026-03-10 11:10:43 +08:00
parent dbaa229436
commit 38b1894d12
3 changed files with 25 additions and 25 deletions

Binary file not shown.

View File

@@ -4307,7 +4307,7 @@ Public Class TableInteraction
Dim btxtr As string Dim btxtr As string
Dim bctr As Integer=32 Dim bctr As Integer=32
If checkbuf(0).Equals("1") Then If checkbuf(1).Equals("1") Then
bctr=bctr or (1<<2) bctr=bctr or (1<<2)
End If End If
If checkbuf(3).Equals("1") Then If checkbuf(3).Equals("1") Then
@@ -4390,7 +4390,7 @@ Public Class TableInteraction
Dim btxtr As string Dim btxtr As string
Dim bctr As Integer=32 Dim bctr As Integer=32
If checkbuf(0).Equals("1") Then If checkbuf(1).Equals("1") Then
bctr=bctr or (1<<2) bctr=bctr or (1<<2)
End If End If
If checkbuf(3).Equals("1") Then If checkbuf(3).Equals("1") Then