mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
yet another compilation error without CAP_TEXTURE fixed
This commit is contained in:
parent
d6c1f58adb
commit
6e1ba9e771
@ -4638,8 +4638,11 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
|
||||
if(!shmup::on && sword::at(c)) {
|
||||
queuepolyat(V, shDisk, 0xC0404040, PPR_SWORDMARK);
|
||||
}
|
||||
|
||||
if(!texture::using_aura()) addaura(tC0(V), zcol, fd);
|
||||
|
||||
#if CAP_TEXTURE
|
||||
if(!texture::using_aura())
|
||||
#endif
|
||||
addaura(tC0(V), zcol, fd);
|
||||
|
||||
int ad = airdist(c);
|
||||
if(ad == 1 || ad == 2) {
|
||||
|
Loading…
Reference in New Issue
Block a user