hedgewars/uConsts.pas
changeset 567 b6de36975a3c
parent 560 7bf2b554de0c
child 568 d0690b7aa808
equal deleted inserted replaced
566:1c1cb593cb81 567:b6de36975a3c
   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;