mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-17 17:54:02 +00:00
disabled mirrors for now
This commit is contained in:
@@ -1267,6 +1267,7 @@ namespace mirror {
|
||||
|
||||
void breakMirror(cellwalker cw, int pid) {
|
||||
if(!cw.at) return;
|
||||
if(DIM == 3) return;
|
||||
cell *c = cw.at;
|
||||
if(c->wall == waMirror || c->wall == waCloud) {
|
||||
drawParticles(c, winf[c->wall].color, 16);
|
||||
|
Reference in New Issue
Block a user