From 3a5c342f47251026369fd3545115bd6fde170236 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 21 Apr 2018 12:16:04 +0200 Subject: [PATCH] debug:: shift+Z now moves the player to the center of their cell --- debug.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/debug.cpp b/debug.cpp index cec7b203..c575abf0 100644 --- a/debug.cpp +++ b/debug.cpp @@ -193,6 +193,7 @@ bool applyCheat(char u, cell *c = NULL) { mirror::act(1, mirror::SPINSINGLE); cwt++; wavephase = (1+wavephase) & 7; + if(shmup::on) shmup::pc[0]->at = Id; return true; } if(u == 'J') {