- update README

This commit is contained in:
Ilya Shurumov 2020-04-12 23:08:03 +06:00
parent a5d5b9add4
commit 636fd0242d
2 changed files with 7 additions and 5 deletions

View File

@ -1,10 +1,12 @@
# REDRIVER2
PC:
<p align="center">
<a href="https://streamable.com/s5f9kt"><img src="https://i.ibb.co/cQZtX2Q/aaa.png"/><a>
</p>
This project attempting to reverse-engineer PS1 game Driver 2;
This is probably NOT going to be a 1:1 recreation of the original source code as a lot of it missing and no one gives DEBUG version of the game
*If you have one, please contact me.*
This is probably NOT going to be a 1:1 recreation.
### Goals
- Understand what's going on with all of this and how it works

View File

@ -1438,7 +1438,7 @@ void SoundHandler(void)
}
uVar3 = uVar3 + 1;
pCVar2 = pCVar2 + 1;
} while ((int)uVar3 < 0x10);
} while ((int)uVar3 < 16);
if (voice_bit != 0)
{