Fixed android compilation

This commit is contained in:
xawotihs
2014-01-27 06:31:23 +01:00
parent 03d4f8ffa1
commit 18383579e9

View File

@@ -252,7 +252,7 @@ protected:
void DestroySoundSystem();
private:
#ifdef PSP
#if (defined PSP || defined ANDROID)
JMusic *mCurrentMusic;
JSample *mCurrentSample;
#endif