Tentative fix for the ad misplacement when the app is restored from background, by slvn

This commit is contained in:
pelya
2012-09-18 16:12:26 +03:00
parent c1f5c906da
commit f342ad315c
5 changed files with 16 additions and 51 deletions

View File

@@ -17,6 +17,8 @@
#include "SDL.h"
#include "SDL_image.h"
#define fprintf(X, ...) __android_log_print(ANDROID_LOG_INFO, "Ballfield", __VA_ARGS__)
#define printf(...) __android_log_print(ANDROID_LOG_INFO, "Ballfield", __VA_ARGS__)
/*----------------------------------------------------------
Definitions...