Changeset 471
- Timestamp:
- Oct 29, 2009, 2:38:27 AM (15 years ago)
- Location:
- Daodan/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan_Cheater.c
r458 r471 39 39 { "x", "Developer Access Enabled", "Developer Access Disabled", cheat_x }, 40 40 { "testcheat", "Testing...", "", cheat_testcheat }, 41 { "tellmetheversion","Daodan Version ???", "", cheat_tellmetheversion}, 41 42 {0} 42 43 }; … … 77 78 78 79 uint16_t cheat_oldshield = 0; 79 int32_t cheat_oldhealth = 0;80 int32_t cheat_oldmaxhealth = 0;80 int32_t cheat_oldhealth = 1; 81 int32_t cheat_oldmaxhealth = 1; 81 82 float cheat_oldjet_accel = 0.03f; 82 83 uint16_t cheat_oldjet_timer = 20; … … 235 236 return 1; 236 237 } 238 case cheat_tellmetheversion: 239 { 240 return 1; 241 } 237 242 case cheat_x: 238 243 return ONrCheater(cheat_thedayismine); -
Daodan/src/Daodan_Cheater.h
r455 r471 42 42 cheat_x, 43 43 cheat_testcheat, 44 cheat_tellmetheversion, 44 45 }; 45 46
Note:
See TracChangeset
for help on using the changeset viewer.