Skip to content
Snippets Groups Projects
Commit 4bd09e93 authored by echicken's avatar echicken :chicken:
Browse files

Select the thing and do the thing.

parent 2593a626
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
...@@ -1109,8 +1109,6 @@ var Level = function (l, n) { ...@@ -1109,8 +1109,6 @@ var Level = function (l, n) {
return e; return e;
}); });
frames.labels[currentSkill].invalidate(); frames.labels[currentSkill].invalidate();
break;
case "\r": case "\r":
case " ": case " ":
if (typeof cursor.ini.hoveringOver == "undefined") break; if (typeof cursor.ini.hoveringOver == "undefined") break;
...@@ -1162,4 +1160,4 @@ var Level = function (l, n) { ...@@ -1162,4 +1160,4 @@ var Level = function (l, n) {
loadLevel(l, frame); loadLevel(l, frame);
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment