mirror of
https://github.com/zeldaret/tp
synced 2026-05-30 08:56:46 -04:00
Various JSystem work (#2383)
* JKernel and JStudio cleanup * JMessage cleanup * JAudio cleanup * JASBNKParser work * functionvalue work * fvb work * J2D and J3D cleanup * steal from tww * J2DPictureEx mostly done * fix build
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
#include "JSystem/JAudio2/JASDSPInterface.h"
|
||||
|
||||
/* 80291228-8029131C 28BB68 00F4+00 1/1 3/3 0/0 .text __ct__8JASTrackFv */
|
||||
// NONMATCHING
|
||||
JASTrack::JASTrack() : mDefaultChannelMgr(this), mChannelMgrCount(1), mStatus(0) {
|
||||
mChannelMgrs[0] = &mDefaultChannelMgr;
|
||||
for (int i = 1; i < 4; i++) {
|
||||
|
||||
Reference in New Issue
Block a user