1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 09:27:40 +00:00

changed some shmup:: to multi::

This commit is contained in:
Zeno Rogue
2019-09-06 08:17:38 +02:00
parent 848eb8f48b
commit f934943732
2 changed files with 8 additions and 8 deletions

View File

@@ -492,7 +492,7 @@ EX void handleKeyNormal(int sym, int uni) {
if(sym == '-' || sym == PSEUDOKEY_WHEELDOWN) {
actonrelease = false;
shmup::cpid = 0;
multi::cpid = 0;
if(mouseover &&
targetclick && (!shmup::on || numplayers() == 1) && targetRangedOrb(mouseover, forcetarget ? roMouseForce : roMouse)) {
}