Move variables in the same order they are inited.

This commit is contained in:
riccardom 2009-05-19 20:08:38 +00:00
parent 3edf67ae85
commit 0ef9b64379
1 changed files with 1 additions and 1 deletions

View File

@ -129,13 +129,13 @@ public:
void lock() {
lockCount++;
}
int lockCount;
u32 addr;
s8* raw_copy; //for memcmp
u32 raw_len;
u32 decode_len;
s16* decoded; //s16 decoded samples
ADPCMCacheItem *next, *prev; //double linked list
int lockCount;
};
//notes on the cache: