summaryrefslogtreecommitdiff
path: root/src/avp/win95/progress_bar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/avp/win95/progress_bar.cpp')
-rw-r--r--src/avp/win95/progress_bar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/avp/win95/progress_bar.cpp b/src/avp/win95/progress_bar.cpp
index 80a5075..eef2a1e 100644
--- a/src/avp/win95/progress_bar.cpp
+++ b/src/avp/win95/progress_bar.cpp
@@ -27,7 +27,7 @@ extern int FadingGameInAfterLoading;
extern void InGameFlipBuffers();
-extern void RenderStringCentred(char *stringPtr, int centreX, int y, int colour);
+extern void RenderStringCentred(const char *stringPtr, int centreX, int y, int colour);
extern void BltImage(RECT *dest, DDSurface *image, RECT *src);
extern int CreateOGLTexture(D3DTexture *, unsigned char *);