diff --git a/JGE/include/JSoundSystem.h b/JGE/include/JSoundSystem.h index 7c7dc79b8..6897fc71c 100644 --- a/JGE/include/JSoundSystem.h +++ b/JGE/include/JSoundSystem.h @@ -252,7 +252,7 @@ protected: void DestroySoundSystem(); private: -#ifdef PSP +#if (defined PSP || defined ANDROID) JMusic *mCurrentMusic; JSample *mCurrentSample; #endif