Skip to content

Commit b53ee67

Browse files
committed
fix(zc): Screen 0x80+ 'safe return point' bugginess
1 parent 25f477f commit b53ee67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zc/hero.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ void HeroClass::set_liftflags(int liftid)
283283

284284
void HeroClass::set_respawn_point(bool setwarp)
285285
{
286+
if(currscr >= 0x80) return;
286287
zfix oldx = x, oldy = y;
287288
if (replay_version_check(17))
288289
{

0 commit comments

Comments
 (0)