made argument const

This commit is contained in:
cholleme 2003-11-16 22:17:05 +00:00
parent a8202e52a3
commit 74e411262d

View file

@ -115,7 +115,7 @@ Load a shader, searches for the shader in the shader list
and returns a pointer to the shader
================
*/
shader_t *GL_ShaderForName(char *name) {
shader_t *GL_ShaderForName(const char *name) {
shader_t *s;
s = shaderList;