Pr0nogo

Untitled

Jul 6th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. void __thiscall BTNSACT_UseNuke(int this)
  2. {
  3. bool v1; // cf
  4. bool v2; // zf
  5. const char *v3; // edx
  6.  
  7. orderID_Unit = ORDERID_NukePaint;
  8. OrderID_Ground = ORDERID_NukePaint;
  9. orderID_Obstructed = ORDERID_NukePaint;
  10. v1 = *networkTable < 0x3Eu;
  11. v2 = *networkTable == 62;
  12. cancelTarget = 1;
  13. if ( v1 || v2 )
  14. v3 = "";
  15. else
  16. v3 = (char *)networkTable + networkTable[63];
  17. sub_4F31D0(this, (int)v3);
  18. SetInGameInputProcs();
  19. word_6556FC = 2;
  20. orders_Buttonset = 229;
  21. updateCurrentButtonset();
  22. }
Add Comment
Please, Sign In to add comment