shadowm

Untitled

May 4th, 2018
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #0 attack_type::special_active (this=0x614000163250, special=..., whom=attack_type::AFFECT_EITHER, include_backstab=true) at src/units/abilities.cpp:956
  2. 956 if ( !include_backstab )
  3. (gdb) p include_backstab
  4. $1 = true
  5. (gdb) step
  6. 961 if ( whom == AFFECT_SELF ) {
  7. (gdb) step
  8. 965 if ( whom == AFFECT_OTHER ) {
  9. (gdb) step
  10. 971 const std::string & active_on = special["active_on"];
  11. (gdb) step
Advertisement
Add Comment
Please, Sign In to add comment