mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-13 07:57:13 +08:00
+2
-2
@@ -97,7 +97,7 @@ var Ship = {
|
|||||||
|
|
||||||
setTitle: function() {
|
setTitle: function() {
|
||||||
if(Engine.activeModule == this) {
|
if(Engine.activeModule == this) {
|
||||||
document.title = "An Old Starship";
|
document.title = _("An Old Starship");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -171,4 +171,4 @@ var Ship = {
|
|||||||
handleStateUpdates: function(e){
|
handleStateUpdates: function(e){
|
||||||
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user