mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 17:40:36 +00:00
fix missing #endif
This commit is contained in:
parent
d2be826e8b
commit
450526cc40
@ -2812,6 +2812,7 @@ void setcolors(cell *c, color_t& wcol, color_t& fcol) {
|
|||||||
// gradient(0xFF8000, 0xFFF000, 2*level, c->landparam, 3*level-1) :
|
// gradient(0xFF8000, 0xFFF000, 2*level, c->landparam, 3*level-1) :
|
||||||
0xC00000;
|
0xC00000;
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
|
|
||||||
case laVolcano: {
|
case laVolcano: {
|
||||||
int id = lavatide(c, -1)/4;
|
int id = lavatide(c, -1)/4;
|
||||||
|
Loading…
Reference in New Issue
Block a user