]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - screen.h
some const fixes and type fixes found by gcc -combine
[xonotic/darkplaces.git] / screen.h
index 3ee9d0de76d9cc153f57ae344fc2dfe8f77677f4..5feeed446261456f563dfdf88b0f65d66222e689 100644 (file)
--- a/screen.h
+++ b/screen.h
@@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 void CL_Screen_Init (void);
 void CL_UpdateScreen (void);
-void SCR_CenterPrint(char *str);
+void SCR_CenterPrint(const char *str);
 
 void SCR_BeginLoadingPlaque (void);