mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix broken eve due to extra quote
This commit is contained in:
parent
cfe4783fff
commit
0d769329bf
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ const float EVE_PELVIS_HEIGHT = 0.565925f;
|
|||
const float AUDIO_INJECT_PROXIMITY = 0.4f;
|
||||
const int EVE_VOLUME_BYTE = 190;
|
||||
|
||||
const char EVE_AUDIO_FILENAME[] = "/etc/highfidelity/eve/resources/eve.raw"";
|
||||
const char EVE_AUDIO_FILENAME[] = "/etc/highfidelity/eve/resources/eve.raw";
|
||||
|
||||
bool stopReceiveAgentDataThread;
|
||||
|
||||
|
|
Loading…
Reference in a new issue