Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
uint16 enums fixed
  • Loading branch information
withmorten committed Dec 6, 2020
1 parent afdf8c2 commit b5ffea5c6e824049194c495495af9ec66c0b208d
Showing with 2 additions and 2 deletions.
  1. +2 −2 src/audio/soundlist.h
@@ -1,6 +1,6 @@
#pragma once

enum eSound : uint16
enum eSound
{
SOUND_CAR_DOOR_CLOSE_BONNET = 0,
SOUND_CAR_DOOR_CLOSE_BUMPER,
@@ -173,7 +173,7 @@ enum eSound : uint16
};


enum eScriptSounds : uint16 {
enum eScriptSounds {
SCRIPT_SOUND_0 = 0,
SCRIPT_SOUND_1,
SCRIPT_SOUND_2,

0 comments on commit b5ffea5

Please sign in to comment.