TeamForbiddenLLC / warfork-qfusion

Warfork is powered by Qfusion a 3D game engine. Qfusion is a fork of id Tech 2, popularly known as the Quake II engine. Qfusion is free and open-source software subject to the terms of the GNU General Public License.
https://warfork.com
105 stars 43 forks source link

feat: minor improvment to readability for cmdqueue messages #302

Closed pollend closed 6 months ago

pollend commented 6 months ago

I removed the method pointer cast and used the array operator for constructing the array so the elements in the array. better associates the enum with method caller.