add an entry that we do not forget.

Stef

On Jan 25, 2012, at 3:32 PM, Fernando Olivero wrote:

> Found a really bad looking code here...
> 
> DamageRecorder class>>new
>       ^ super new reset
> 
> Should be:
> Delete: DamageRecorder class>>new.
> DamageRecorder>>initialize
>       super initialize.
>       self reset.
> 
> 
> Right?
> Fernando
> 


Reply via email to