Changeset 993 for Daodan/src/Daodan_Cheater.c
- Timestamp:
- Apr 6, 2014, 7:06:02 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan_Cheater.c
r992 r993 8 8 9 9 #include "Daodan.h" 10 #include "Daodan_Config.h" 10 11 #include "Daodan_Cheater.h" 11 12 … … 97 98 float cheat_oldheight2 = 135; 98 99 bool inc_fallingframes = true; 99 extern bool patch_bsl; 100 100 101 uint8_t ONICALL DDrCheater(uint32_t cheat) 101 102 { … … 252 253 case cheat_elderrune: 253 254 { 254 if(patch_bsl) { 255 ConfigOption_t* co = DDrConfig_GetOptOfType("patch.bsl", C_BOOL); 256 if (co->value.intBoolVal) 257 { 255 258 int* Regeneration = &ONgGameState->PlayerCharacter->RegenHax; 256 259 if(*Regeneration)
Note:
See TracChangeset
for help on using the changeset viewer.