JKGDevs / JediKnightGalaxies

Jedi Knight Galaxies (JKG) is a multiplayer shooter with role playing elements, played out in the Star Wars universe. The project is a full conversion game modification for Jedi Knight: Jedi Academy.
https://www.jkgalaxies.net/
GNU General Public License v2.0
34 stars 12 forks source link

Clean up g_cmds.cpp #120

Closed eezstreet closed 6 years ago

eezstreet commented 9 years ago

OpenJK uses a nice method of function pointers in a table, this improves performance a little and makes the code way cleaner. Should opt for something like this.

eezstreet commented 6 years ago

This was done years ago. Marking as resolved.