mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-18 06:14:07 +00:00
fixed unused variables in mapeditor
This commit is contained in:
parent
8a16659857
commit
3f53698f36
@ -2349,13 +2349,13 @@ namespace mapeditor {
|
|||||||
#if CAP_TEXTURE
|
#if CAP_TEXTURE
|
||||||
bool intexture = texture::config.tstate == texture::tsActive;
|
bool intexture = texture::config.tstate == texture::tsActive;
|
||||||
freedraw |= intexture;
|
freedraw |= intexture;
|
||||||
#else
|
|
||||||
always_false intexture;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if(freedraw) {
|
if(freedraw) {
|
||||||
|
|
||||||
|
#if CAP_TEXTURE
|
||||||
int tcolor = (dtcolor >> 8) | ((dtcolor & 0xFF) << 24);
|
int tcolor = (dtcolor >> 8) | ((dtcolor & 0xFF) << 24);
|
||||||
|
#endif
|
||||||
|
|
||||||
if(uni == '-' && !clickused) {
|
if(uni == '-' && !clickused) {
|
||||||
if(mousekey == 'e') {
|
if(mousekey == 'e') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user