Skip to content

MQ2AdvPath - Partial Cleanup

Knightly requested to merge (removed):MQ2AdvPath-Knightly into master
  • Replaced all angels with angles, no more angels :(
  • Remove using namespace std;
  • Replace #define for constants
  • Replace NULL macro with appropriate constant
  • Removed end of line white space
  • Removed unused variables

alynel:

  • Switched to GetTickCount64
  • Replaced char* with const char* where appropriate
  • Fix InFront function Angle redeclaration
  • Update ReplaceWayPointWith to not change input
  • Fix return on string function
  • Output to chat if directory couldn't be created
Edited by Knightly

Merge request reports