mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 14:12:04 +08:00
platform/android_nosdl: fix forgotten static
This commit is contained in:
@@ -169,7 +169,7 @@ struct jnimethods_s jni;
|
||||
struct jnimouse_s jnimouse;
|
||||
|
||||
static jmp_buf crash_frame, restore_frame;
|
||||
char crash_text[1024];
|
||||
static char crash_text[1024];
|
||||
|
||||
#define Android_Lock() pthread_mutex_lock(&events.mutex);
|
||||
#define Android_Unlock() pthread_mutex_unlock(&events.mutex);
|
||||
|
||||
Reference in New Issue
Block a user