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 677 by alloc, Sat Mar 2 23:46:33 2013 UTC vs.
Revision 685 by alloc, Sun Mar 3 19:55:03 2013 UTC

# Line 4 | Line 4
4   #include "Oni.h"
5   #include "Oni_Character.h"
6  
7 + #include "_Version.h"
8 +
9   #include "Daodan.h"
10   #include "Daodan_Cheater.h"
11   union MSVC_EVIL_FLOAT_HACK
# Line 46 | Line 48 | oniCheatCode DDr_CheatTable[] = {
48          { "shinobi",          "Ninja Mode Enabled (good luck!)", "Ninja Mode Disabled",        cheat_shinobi          },
49          { "x",                "Developer Access Enabled",        "Developer Access Disabled",  cheat_x                },
50          { "testcheat",        "Testing...",                      "",                           cheat_testcheat        },
51 <        { "tellmetheversion", "Daodan v.3.0",                    "",                           cheat_tellmetheversion },
51 >        { "tellmetheversion", "Daodan v."DAODAN_VERSION_STRING"",                    "",                           cheat_tellmetheversion },
52          {0}
53   };
54  
# Line 290 | Line 292 | void __stdcall FallingFrames(void* Ebp)
292          if (inc_fallingframes)
293                  ++*((unsigned int*)((char*)Ebp + 0xf6));
294   }
295 <
295 >

Diff Legend

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