mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-31 15:00:17 +00:00
further cleanup
This commit is contained in:
@@ -86,7 +86,7 @@ eItem randomTreasure2(int cv) {
|
||||
return best;
|
||||
}
|
||||
|
||||
eLand cheatdest;
|
||||
EX eLand cheatdest;
|
||||
|
||||
void cheatMoveTo(eLand l) {
|
||||
cheatdest = l;
|
||||
@@ -212,7 +212,6 @@ bool applyCheat(char u, cell *c = NULL) {
|
||||
cwt++;
|
||||
mirror::act(1, mirror::SPINSINGLE);
|
||||
|
||||
wavephase = (1+wavephase) & 7;
|
||||
if(shmup::on) shmup::pc[0]->at = Id;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user