aboutsummaryrefslogtreecommitdiff
path: root/games/atr3d/files/patch-radar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/atr3d/files/patch-radar.cpp')
-rw-r--r--games/atr3d/files/patch-radar.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/atr3d/files/patch-radar.cpp b/games/atr3d/files/patch-radar.cpp
new file mode 100644
index 000000000000..17656d00a6fd
--- /dev/null
+++ b/games/atr3d/files/patch-radar.cpp
@@ -0,0 +1,11 @@
+--- radar.cpp.orig 2008-02-19 19:31:03.000000000 +0100
++++ radar.cpp 2008-02-19 19:31:11.000000000 +0100
+@@ -16,7 +16,7 @@
+ {
+ int i;
+
+- DrawText(ScreenWidth/2-12, ScreenHeight/3, "Radar", &Green);
++ DrawText(ScreenWidth/2-12, ScreenHeight/3, (char *)"Radar", &Green);
+ DrawCircle(ScreenWidth/2, ScreenHeight/6, &Green, 64, 0.27, 0);
+
+ for (i=0; i<MAX_PLAYERS; i++) {