OutpostUniverse / OP2MapImager

Render images of Outpost 2 maps using a Windows based console application.
https://wiki.outpost2.net/doku.php?id=outpost_2:helper_programs:map_imager
1 stars 0 forks source link

Change out param to in #42

Closed DanRStevens closed 5 years ago

DanRStevens commented 5 years ago

While looking at the code recently, I found this [out] parameter to be a bit unexpected and hard to reason about. This small change allows the parameter to become an [in] parameter.