mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +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
|
||||
bool intexture = texture::config.tstate == texture::tsActive;
|
||||
freedraw |= intexture;
|
||||
#else
|
||||
always_false intexture;
|
||||
#endif
|
||||
|
||||
if(freedraw) {
|
||||
|
||||
|
||||
#if CAP_TEXTURE
|
||||
int tcolor = (dtcolor >> 8) | ((dtcolor & 0xFF) << 24);
|
||||
#endif
|
||||
|
||||
if(uni == '-' && !clickused) {
|
||||
if(mousekey == 'e') {
|
||||
|
Loading…
Reference in New Issue
Block a user