X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=screen.h;h=5feeed446261456f563dfdf88b0f65d66222e689;hp=3ee9d0de76d9cc153f57ae344fc2dfe8f77677f4;hb=cc3473e216fce052672ec4600896124584866e52;hpb=3a55bf49edf17edc0e08424f575aeb9d8c376e78 diff --git a/screen.h b/screen.h index 3ee9d0de..5feeed44 100644 --- 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);