21 Jun 12, 12:03AM
(This post was last modified: 21 Jun 12, 12:06AM by Ronald_Reagan.)
So, that is why it fails.
Ok, don't quit with Q while in edit mode.
Patch, default binds:
Not the best solution. For a release, I'd suggest seeing if onQuit would work, and delete modifier on quit. Although it does seem to me that it did happen in the middle of the game sometimes, not sure how that happened, I could be wrong.
Edit: Seems fixed in svn.
Ok, don't quit with Q while in edit mode.
Patch, default binds:
[SELECT ALL] Code:
bind "MOUSE4" [if (! $editing) [modifier = 0] []; universaldelta 1]
bind "MOUSE5" [if (! $editing) [modifier = 0] []; universaldelta -1]
Not the best solution. For a release, I'd suggest seeing if onQuit would work, and delete modifier on quit. Although it does seem to me that it did happen in the middle of the game sometimes, not sure how that happened, I could be wrong.
Edit: Seems fixed in svn.