Merge remote-tracking branch 'upstream/master'

Conflicts:
	script/engine.js
	script/localization.js
This commit is contained in:
Travis Weston
2014-07-13 12:52:29 -04:00
13 changed files with 6188 additions and 42 deletions
+1 -1
View File
@@ -416,7 +416,7 @@ var Outside = {
}
}
population.text('pop ' + $SM.get('game.population') + '/' + this.getMaxPopulation());
population.text(_('pop ') + $SM.get('game.population') + '/' + this.getMaxPopulation());
var hasPeeps;
if($SM.get('game.buildings["hut"]', true) == 0) {