mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-10 03:01:56 -04:00
Z2Creature mostly done (#2049)
This commit is contained in:
@@ -237,10 +237,6 @@ void JAISeCategoryMgr::stop() {
|
||||
|
||||
/* 8029FE78-8029FEEC 29A7B8 0074+00 1/1 0/0 0/0 .text stopSoundID__16JAISeCategoryMgrF10JAISoundID
|
||||
*/
|
||||
inline JAISoundID JAISound::getID() const {
|
||||
return JAISoundID((u32)soundID);
|
||||
}
|
||||
|
||||
void JAISeCategoryMgr::stopSoundID(JAISoundID param_0) {
|
||||
if (!param_0.isAnonymous()) {
|
||||
for (JSULink<JAISe>* link = mSeList.getFirst(); link != NULL; link = link->getNext()) {
|
||||
|
||||
Reference in New Issue
Block a user