cdev-tux / q3lite

Q3lite, an OpenGL ES port of Quake III Arena for embedded Linux systems.
GNU General Public License v3.0
93 stars 16 forks source link

Build error when we compile with USE_MUMBLE=1 (default) #11

Closed sebastianene07 closed 5 years ago

sebastianene07 commented 5 years ago

On latest commit from dev branch there is an error in : code/client/cl_main.c +1409 if the USE_MUMBLE is defined there are misplaced parenthesis which will result in a compilation error.

cdev-tux commented 5 years ago

This should be fixed now, please let me know if you have any issues. Thank you.