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:
helixhorned 2013-08-11 15:28:48 +00:00
parent aaf57051df
commit b6ea2a5c53
2 changed files with 2 additions and 0 deletions

View file

@ -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;

View file

@ -525,6 +525,7 @@ typedef struct {
//
int32_t FXDevice;
int32_t MusicDevice;
int32_t MasterVolume;
int32_t FXVolume;
int32_t MusicVolume;
int32_t SoundToggle;