Closed g00r00 closed 10 years ago
I believe SDLK_BACKSLASH = '\' should be SDLD_BACKSLASH = '\' as Pascal does not require that to be escaped in the natural text. The way it is now causes issues in Case statements because it cannot be typecasted to a number.
Just to note the actual code has two backslashes. It doesnt seem to show up correctly in the bug tracker. It should be one. Thanks for your efforts!
Oh, fixed already a long time ago, forgot closing this ;)
I believe SDLK_BACKSLASH = '\' should be SDLD_BACKSLASH = '\' as Pascal does not require that to be escaped in the natural text. The way it is now causes issues in Case statements because it cannot be typecasted to a number.