Skip to content

Commit

Permalink
Fixed Gamma
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-fadely committed Feb 21, 2016
1 parent 5694d90 commit 0f4b1f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sadx-super-sonic/mod.cpp
Expand Up @@ -100,12 +100,13 @@ void __declspec(naked) SuperWaterCheck()
{
__asm
{
jnz dothing
jnz not_gamma

mov jump_to, 004497B6h
// If Gamma, treat surface as solid
mov jump_to, 004496E7h
jmp jump_to

dothing:
not_gamma:
// Save whatever's in EAX
push eax

Expand Down

0 comments on commit 0f4b1f4

Please sign in to comment.