[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[bos-dev] Bug in BOS 1.1



Hi,

There is a typo in one of the lua files in BOS 1.1. Because of it, the game 
won't start on my Fedora 6 with stratagus 1.1 (as required)

The patch fixing this typo is attached

Aurélien
-- 
http://aurelien.bompard.org  ~~~~  Jabber : abompard@xxxxxxxxx
"Make everything as simple as possible, but not simpler." -- Albert Einstein
--- ./data/scripts/elites/units.lua.typo	2006-11-22 09:56:05.000000000 +0100
+++ ./data/scripts/elites/units.lua	2006-11-22 09:56:12.000000000 +0100
@@ -64,7 +64,7 @@
 	Armor = 10, BasicDamage = 5, PiercingDamage = 5, Missile = "missile-none",
 	MaxAttackRange = 4, Priority = 60, Points = 50,
 	Transporter = true, AttackFromTransporter = true, MaxOnBoard = 6,
-	Type = "land", RepairHp = 2, RepairCosts = {titanium, 2},
+	Type = "land", RepairHp = 2, RepairCosts = {"titanium", 2},
 	RightMouseAction = "attack",
 	ExplodeWhenKilled = "missile-160x128-explosion",
 	Demand = 0, CanAttack = true, CanTargetLand = true,