gastamper / groundzero2

A fork of the GroundZero2 codebase with bug fixes, standardization, and sanity-related changes.
8 stars 7 forks source link

act_wiz.c: update do_sockets to translate minutes/hours in online time #65

Open gastamper opened 5 years ago

gastamper commented 5 years ago

Enhancement due to change in #64, currently time online is always shown in minutes without a unit; should add logic to append 'm' or 'h' as appropriate. https://github.com/gastamper/groundzero2/blob/2f1e8cbe38db3eabde5784b51135778a6ba34f66/src/ground0.h#L1168

https://github.com/gastamper/groundzero2/blob/2f1e8cbe38db3eabde5784b51135778a6ba34f66/src/act_wiz.c#L3145