Changes between Version 3 and Version 4 of Ticket #10751, comment 9


Ignore:
Timestamp:
12/05/18 04:20:18 (5 years ago)
Author:
Vhati

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10751, comment 9

    v3 v4  
    110110)
    111111}}}
     112\\
     113\\
     114Dunno what's up with the label "notUpd".
     115Disassembly says that's an AND between "signal" and a literal 1.
     116
     117Which means this notifies the rope to call UpdateScreenItem().
     118(rope2 signal: (| (rope2 signal?) $0001))
     119
     120That sets signal's 1 bit to satisfy the condition.