mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-15 17:02:31 +08:00
Fixed bug #79
This commit is contained in:
+1
-1
@@ -149,7 +149,7 @@ var Engine = {
|
|||||||
Events.init();
|
Events.init();
|
||||||
Room.init();
|
Room.init();
|
||||||
|
|
||||||
if($SM.get('stores.wood')) {
|
if(typeof $SM.get('stores.wood') != 'undefined') {
|
||||||
Outside.init();
|
Outside.init();
|
||||||
}
|
}
|
||||||
if($SM.get('stores.compass', true) > 0) {
|
if($SM.get('stores.compass', true) > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user