Merge pull request #7 from a2-4am/master

bugfix: &FILL should support mousetext characters [fixes #6]
This commit is contained in:
blondie7575 2017-12-20 11:01:37 -08:00 committed by GitHub
commit a5cf785e74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 6 deletions

View File

@ -871,7 +871,6 @@ WGAmpersand_FILL:
jsr WGAmpersandNextArgument
jsr WGAmpersandIntArgument
ora #$80 ; Convert to Apple format
pha
jsr WGAmpersandEndArguments
@ -1276,4 +1275,3 @@ WGAmpersandCommandTable:
WGAmpersandCommandTableEnd:

Binary file not shown.