1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-18 06:50:27 +00:00

set the current settings for the online version

This commit is contained in:
Zeno Rogue 2019-05-07 01:24:43 +02:00
parent 5804387283
commit 492a4dce8d

View File

@ -3,7 +3,7 @@
// Copyright (C) 2011-2018 Zeno Rogue, see 'hyper.cpp' for details // Copyright (C) 2011-2018 Zeno Rogue, see 'hyper.cpp' for details
#define ISWEB 1 #define ISWEB 1
#define ISMINI 1 #define ISMINI 0
#define CAP_AUDIO 0 #define CAP_AUDIO 0
#define CAP_SDLGFX 0 #define CAP_SDLGFX 0
#define CAP_PNG 0 #define CAP_PNG 0
@ -14,6 +14,8 @@
#define CAP_INV 0 #define CAP_INV 0
#define CAP_URL 1 #define CAP_URL 1
#define GLES_ONLY #define GLES_ONLY
#define MAXMDIM 3
#define CAP_COMPLEX2 0
#ifndef CAP_ORIENTATION #ifndef CAP_ORIENTATION
#define CAP_ORIENTATION 1 #define CAP_ORIENTATION 1