Subversion Repositories spacemission

Rev

Rev 63 | Rev 74 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 63 Rev 72
Line 49... Line 49...
49
    smgStar2,             // ImageList.Items.Item[15]
49
    smgStar2,             // ImageList.Items.Item[15]
50
    smgStar3,             // ImageList.Items.Item[16]
50
    smgStar3,             // ImageList.Items.Item[16]
51
    smgBackgroundBlue,    // ImageList.Items.Item[17]
51
    smgBackgroundBlue,    // ImageList.Items.Item[17]
52
    smgBackgroundRed,     // ImageList.Items.Item[18]
52
    smgBackgroundRed,     // ImageList.Items.Item[18]
53
    smgBackgroundYellow,  // ImageList.Items.Item[19]
53
    smgBackgroundYellow,  // ImageList.Items.Item[19]
54
    smgHintergrundRot     // ImageList.Items.Item[20]
54
    smgHintergrundRot,    // ImageList.Items.Item[20]
-
 
55
    smgItemMedikit        // ImageList.Items.Item[21]
55
  );
56
  );
56
 
57
 
57
  // DirectX\Sound.dxw
58
  // DirectX\Sound.dxw
58
  TSpaceMissionSound = (
59
  TSpaceMissionSound = (
59
    smsNone,
60
    smsNone,
60
    smsSceneMov,      // WaveList.Items.Item[0]
61
    smsSceneMov,      // WaveList.Items.Item[0]
61
    smsExplosion,     // WaveList.Items.Item[1]
62
    smsExplosion,     // WaveList.Items.Item[1]
62
    smsHit,           // WaveList.Items.Item[2]
63
    smsHit,           // WaveList.Items.Item[2]
63
    smsShoot,         // WaveList.Items.Item[3]
64
    smsShoot,         // WaveList.Items.Item[3]
64
    smsDanger,        // WaveList.Items.Item[4]
65
    smsItemCollected  // WaveList.Items.Item[4]
65
    smsEnde,          // WaveList.Items.Item[5]
-
 
66
    smsFrage,         // WaveList.Items.Item[6]
-
 
67
    smsLevIntro       // WaveList.Items.Item[7]
-
 
68
  );
66
  );
69
 
67
 
70
function OwnDirectory: string;
68
function OwnDirectory: string;
71
 
69
 
72
const
70
const