From 18383579e9a1e7480bfcea7952abd1690d1fecc5 Mon Sep 17 00:00:00 2001 From: xawotihs Date: Mon, 27 Jan 2014 06:31:23 +0100 Subject: [PATCH] Fixed android compilation --- JGE/include/JSoundSystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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