Galladite27 / ONScripter-EN

Continuation of ONScripter-EN with updated dependencies and more features and bugfixes. Also see onscripter-insani (https://github.com/insani-org/onscripter-insani), our sister project.
http://galladite.net/~galladite/ons-en/
GNU General Public License v2.0
52 stars 10 forks source link

Fix multibyte clickstr checks #21

Closed ThereGoesMySanity closed 10 months ago

ThereGoesMySanity commented 10 months ago

Multibyte characters were not being properly checked against the clickstr. Fixed by moving the successful match logic to the end of the for loop.