mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-29 15:52:31 +08:00
Updated against suggestions
This commit is contained in:
+2
-2
@@ -605,9 +605,9 @@
|
||||
switch(e.which) {
|
||||
case 38: // Up
|
||||
case 87:
|
||||
if(Engine.activeModule == Outside || Engine.activeModule == Path)
|
||||
if(Engine.activeModule == Outside || Engine.activeModule == Path) {
|
||||
Engine.activeModule.scrollSidebar('up');
|
||||
|
||||
}
|
||||
Engine.log('up');
|
||||
break;
|
||||
case 40: // Down
|
||||
|
||||
Reference in New Issue
Block a user