Default r_osdhightile to 1

git-svn-id: https://svn.eduke32.com/eduke32@4603 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2014-09-30 04:05:19 +00:00
parent 599ff50ca0
commit 1a286d1e52

View file

@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "osdfuncs.h"
#include "premap.h"
int32_t osdhightile = 0;
int32_t osdhightile = 1;
#ifdef __ANDROID__
double osdscale = 2.0f;
#else