diff options
Diffstat (limited to 'src/ClientHandle.h')
-rw-r--r-- | src/ClientHandle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h index e6982d546..8b6a78127 100644 --- a/src/ClientHandle.h +++ b/src/ClientHandle.h @@ -55,7 +55,7 @@ class cClientHandle // tolua_export { // tolua_export public: // tolua_export - #if defined(ANDROID_NDK) + #if defined(ANDROID) static const int DEFAULT_VIEW_DISTANCE = 4; // The default ViewDistance (used when no value is set in Settings.ini) #else static const int DEFAULT_VIEW_DISTANCE = 10; |