Subversion Repositories jumper

Compare Revisions

Regard whitespace Rev 6 → Rev 7

/trunk/Main.pas
735,6 → 735,9
 
Dec(Points, NewWorth-PrevWorth);
RefreshPoints;
 
// Sound abspielen
if MEnableSound.Checked then PlaySound(RES_UNDO, HInstance, SND_ASYNC or SND_NOWAIT or SND_RESOURCE);
end;
 
MUndo.Enabled := Length(PrevPlaygroundMatrixes) > 1;