space message no longer always appears in shmup

This commit is contained in:
Zeno Rogue 2018-08-30 18:18:54 +02:00
parent b2fd52eae5
commit 30a7248bf7
2 changed files with 2 additions and 1 deletions

View File

@ -3936,7 +3936,7 @@ heptagon* encodeId(int id);
void virtualRebaseSimple(heptagon*& base, transmatrix& at);
extern bool game_active;
extern bool game_active, playerfound;
}

View File

@ -3189,6 +3189,7 @@ bool drawMonster(const transmatrix& V, cell *c, const transmatrix*& Vboat, trans
switch(m->type) {
case moPlayer:
playerfound = true;
cpid = m->pid;
drawPlayerEffects(view, c, true);
if(m->inBoat) m->footphase = 0;