set constructor priority to 26
git-svn-id: svn://svn.cc65.org/cc65/trunk@539 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
160c9c198a
commit
20a4d83c03
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
.export _mouse_init, _mouse_done, _mouse_box
|
||||
.export _mouse_show, _mouse_hide, _mouse_move
|
||||
.export _mouse_buttons
|
||||
.constructor mousemem
|
||||
.constructor mousemem,26
|
||||
|
||||
.import popa,popax
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue