mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
fix daPy_npc_c::setRestart regression
This commit is contained in:
@@ -50,7 +50,6 @@ BOOL daPy_npc_c::check_moveStop() {
|
||||
|
||||
/* 8015A524-8015A590 .text setRestart__10daPy_npc_cFSc */
|
||||
void daPy_npc_c::setRestart(s8 option) {
|
||||
/* Nonmatching (this matched at some point, what broke it?) */
|
||||
if (option == dComIfGs_getRestartOption()) {
|
||||
bool playerInDoor = dComIfGp_getPlayer(0)->mEvtInfo.checkCommandDoor();
|
||||
s8 roomNo = current.roomNo;
|
||||
|
||||
Reference in New Issue
Block a user