jdolan / quake2

Classic Quake II for Mac and Linux.
GNU General Public License v2.0
235 stars 26 forks source link

Search through .pak files for maps and only list copies once. #8

Closed jdolan closed 8 years ago

jdolan commented 8 years ago

Just to round this out, I pushed a commit to increase the number of maps that can come from pakfiles to 1024 (which matches ui_startserver.c), and added a call to qsort the map names as well.

I don't have time today to push a new build out for public consumption, but I'll do my best to get it done soon.

Thanks again @Astralize.