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

Comparing Daodan/src/Daodan_Cheater.h (file contents):
Revision 387 by rossy, Wed Jun 10 12:40:16 2009 UTC vs.
Revision 388 by rossy, Mon Jul 6 08:17:29 2009 UTC

# Line 9 | Line 9 | typedef struct {
9      int func;
10   } oniCheatCode;
11  
12 < //enum { cheat_bigbadboss = 0x16, cheat_bulletproof, cheat_kangaroo, cheat_marypoppins, cheat_devmodex };
13 <
14 < #define cheat_devmodex (0x16)
12 > enum {  cheat_shapeshifter,
13 >                cheat_liveforever,
14 >                cheat_touchofdeath,
15 >                cheat_canttouchthis,
16 >                cheat_fatloot,
17 >                cheat_glassworld,
18 >                cheat_winlevel,
19 >                cheat_loselevel,
20 >                cheat_bighead,
21 >                cheat_minime,
22 >                cheat_superammo,
23 >                cheat_thedayismine,
24 >                cheat_reservoirdogs,
25 >                cheat_roughjustice,
26 >                cheat_chenille,
27 >                cheat_behemoth,
28 >                cheat_elderrune,
29 >                cheat_moonshadow,
30 >                cheat_munitionfrenzy,
31 >                cheat_fistsoflegend,
32 >                cheat_killmequick,
33 >                cheat_carousel,
34 >                cheat_bigbadboss,
35 >                cheat_bulletproof,
36 >                cheat_kangaroo,
37 >                cheat_marypoppins,
38 >                cheat_devmodex,
39 > };
40  
41   extern oniCheatCode DDr_CheatTable[];
42  

Diff Legend

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