Browse Source

Fix decompiler error in resurrect func

pull/4/head
galaxyhaxz 8 years ago committed by GitHub
parent
commit
6077d64ee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/cursor.cpp

2
Source/cursor.cpp

@ -857,7 +857,7 @@ LABEL_223:
if ( pcurs == CURSOR_RESURRECT )
{
v79 = -1;
v77 = &nBlockTable[v27 + 1944 + v8];
v77 = &dFlags[-1][v27 + v8]; /* v77 = &nBlockTable[v27 + 1944 + v8]; check */
do
{
v80 = -1;

Loading…
Cancel
Save