Remove triangles from windmills in Windmill.ocs.

stable-5.4
Pyrit 2014-01-26 17:38:10 +01:00
parent c33ef06909
commit c71ac73fa5
1 changed files with 4 additions and 1 deletions

View File

@ -6,4 +6,7 @@ func Damage()
}
// No lightbulbs
func MakePowerProducer(power) { return false; }
func MakePowerProducer(power) { return false; }
//No triangles
func RedrawFlagRadius() { return; }