OutpostUniverse / OP2Utility

C++ library for working with Outpost 2 related files and tasks.
MIT License
4 stars 0 forks source link

Fix signed/unsigned warning with Map version tags #294

Closed DanRStevens closed 5 years ago

DanRStevens commented 5 years ago

Consistently use unsigned version tag types.

The named constant versions are already defined as unsigned.