ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_Cheater.c
(Generate patch)

Comparing Daodan/src/Daodan_Cheater.c (file contents):
Revision 455 by rossy, Mon Aug 10 11:46:16 2009 UTC vs.
Revision 458 by rossy, Tue Aug 18 09:29:11 2009 UTC

# Line 249 | Line 249 | void ONICALL DDrCheater_LevelLoad()
249   __stdcall void FallingFrames(void* Ebp)
250   {
251          if (inc_fallingframes)
252 <                *((unsigned int*)(Ebp + 0xf6)) = *((unsigned int*)(Ebp + 0xf6)) + 1;
252 >                ++*((unsigned int*)(Ebp + 0xf6));
253   }

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)