DOOM64-RE

Doom 64 Reverse Engineering
Log | Files | Refs | README | LICENSE

commit 1c73db328b11b7b511ed7708fff3a5182841beef
parent c3799e372b1f4a052920e922d5994d06167e8038
Author: Erick Vásquez García <41172072+Erick194@users.noreply.github.com>
Date:   Sun, 22 Nov 2020 14:39:05 -0600

Update m_password.c

Missing char *fpassbuf;
Diffstat:
Mdoom64/m_password.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/doom64/m_password.c b/doom64/m_password.c @@ -468,6 +468,7 @@ int M_PasswordTicker(void) // 8000C774 { byte *passbuf; char *hpassbuf; + char *fpassbuf; unsigned int buttons; unsigned int oldbuttons; boolean playsound;