mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Lunatic: sync defs.ilua's user_defs with r3993, adding member MasterVolume.
git-svn-id: https://svn.eduke32.com/eduke32@4004 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
aaf57051df
commit
b6ea2a5c53
2 changed files with 2 additions and 0 deletions
|
@ -131,6 +131,7 @@ extern camera_t g_camera;
|
|||
# define CAMERACLOCK g_cameraClock
|
||||
#endif
|
||||
|
||||
// KEEPINSYNC lunatic/defs.ilua
|
||||
typedef struct {
|
||||
#if !defined LUNATIC
|
||||
vec3_t camerapos;
|
||||
|
|
|
@ -525,6 +525,7 @@ typedef struct {
|
|||
//
|
||||
int32_t FXDevice;
|
||||
int32_t MusicDevice;
|
||||
int32_t MasterVolume;
|
||||
int32_t FXVolume;
|
||||
int32_t MusicVolume;
|
||||
int32_t SoundToggle;
|
||||
|
|
Loading…
Reference in a new issue