KazuKrawfish / Line_Of_Command

Tactical turn-based strategy game
2 stars 0 forks source link

Remove global variables round 1 #3

Closed KazuKrawfish closed 3 years ago

KazuKrawfish commented 3 years ago

Changed MasterBoard from global variable to a variable local to main, and updated all functions accordingly. It will not build, I'm fairly certain because of this change.