equal
deleted
inserted
replaced
328 (FileName: 'hhMask'; Path: ptGraphics; AltPath: ptNone; Surface: nil; |
328 (FileName: 'hhMask'; Path: ptGraphics; AltPath: ptNone; Surface: nil; |
329 Width: 32; Height: 32; hasAlpha: false),// sprHHTelepMask |
329 Width: 32; Height: 32; hasAlpha: false),// sprHHTelepMask |
330 (FileName: 'Switch'; Path: ptGraphics; AltPath: ptNone; Surface: nil; |
330 (FileName: 'Switch'; Path: ptGraphics; AltPath: ptNone; Surface: nil; |
331 Width: 32; Height: 32; hasAlpha: false) // sprSwitch |
331 Width: 32; Height: 32; hasAlpha: false) // sprSwitch |
332 ); |
332 ); |
|
333 |
333 Soundz: array[TSound] of record |
334 Soundz: array[TSound] of record |
334 FileName: String[31]; |
335 FileName: String[31]; |
335 Path : TPathType; |
336 Path : TPathType; |
336 id : PMixChunk; |
337 id : PMixChunk; |
337 lastChan: LongInt; |
338 lastChan: LongInt; |