This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
2 additions
and
2 deletions.
-
+2
−2
src/audio/soundlist.h
There are no files selected for viewing
|
@@ -1,6 +1,6 @@ |
|
#pragma once
|
|
#pragma once
|
|
|
|
|
|
enum eSound : uint16
|
|
enum eSound
|
|
{
|
|
{
|
|
SOUND_CAR_DOOR_CLOSE_BONNET = 0,
|
|
SOUND_CAR_DOOR_CLOSE_BONNET = 0,
|
|
SOUND_CAR_DOOR_CLOSE_BUMPER,
|
|
SOUND_CAR_DOOR_CLOSE_BUMPER,
|
|
|
@@ -173,7 +173,7 @@ enum eSound : uint16 |
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
enum eScriptSounds : uint16 {
|
|
enum eScriptSounds {
|
|
SCRIPT_SOUND_0 = 0,
|
|
SCRIPT_SOUND_0 = 0,
|
|
SCRIPT_SOUND_1,
|
|
SCRIPT_SOUND_1,
|
|
SCRIPT_SOUND_2,
|
|
SCRIPT_SOUND_2,
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.