1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-20 04:09:16 +00:00

Change appearance of UruLiveIntro (Yeesha) movie to post-avatar setup

Also small whitespace cleanup
This commit is contained in:
rarified
2020-08-11 21:21:03 -06:00
parent f7bc877285
commit 14e3118aaa
4 changed files with 21 additions and 16 deletions

View File

@ -59,7 +59,7 @@ plWin32VideoSound::plWin32VideoSound(const plWAVHeader& header) : plWin32Sound()
uniqueID++;
char keyName[32];
StrPrintf(keyName, arrsize(keyName), "VoiceSound_%d", uniqueID);
StrPrintf(keyName, arrsize(keyName), "VideoSound_%d", uniqueID);
hsgResMgr::ResMgr()->NewKey(keyName, this, plLocation::kGlobalFixedLoc);
}