room = compartment();
conc = concrete();
fire = fireProperties(Troom);
Yeah, there's your problem right there. Troom can't be used in the context of the properties
block. Either put the constant in for Troom or move these into the constructor where they belong.
kwatford
2010-05-24 13:48:18