aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2018-12-15 11:58:16 +1200
committerDevine Lu Linvega <[email protected]>2018-12-15 11:58:16 +1200
commit70ac4eec9faf6683aaaf54acc759fc143f2a6cc2 (patch)
treeb75f5b8f4bc737f76e51b289f76af9b69bab0f3c
parent47b9193c99fb6f71474237639f4951374ca7aed8 (diff)
downloadOrca-70ac4eec9faf6683aaaf54acc759fc143f2a6cc2.tar.gz
Orca-70ac4eec9faf6683aaaf54acc759fc143f2a6cc2.zip
Don't resize on halls
-rw-r--r--desktop/sources/scripts/terminal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/sources/scripts/terminal.js b/desktop/sources/scripts/terminal.js
index 9f9c089..1cc219e 100644
--- a/desktop/sources/scripts/terminal.js
+++ b/desktop/sources/scripts/terminal.js
@@ -99,7 +99,7 @@ function Terminal (tile = { w: 20, h: 30 }) {
this.room = this.rooms[id]
this.room.id = id
- this.resize(false)
+ this.resize(this.room.id === 'hall')
this.update()
}