From 3507c63446fe42d3fece053ea8c5eb7a1176f729 Mon Sep 17 00:00:00 2001 From: Marcin Banasiak Date: Mon, 17 Apr 2006 19:30:51 +0000 Subject: [PATCH] - fix build Changed files: TORCS-gcc4.patch -> 1.1 --- TORCS-gcc4.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TORCS-gcc4.patch diff --git a/TORCS-gcc4.patch b/TORCS-gcc4.patch new file mode 100644 index 0000000..5966285 --- /dev/null +++ b/TORCS-gcc4.patch @@ -0,0 +1,12 @@ +diff -urN torcs-1.2.4/src/modules/graphic/ssggraph/grscreen.h torcs-1.2.4.new/src/modules/graphic/ssggraph/grscreen.h +--- torcs-1.2.4/src/modules/graphic/ssggraph/grscreen.h 2005-08-24 21:19:47.000000000 +0200 ++++ torcs-1.2.4.new/src/modules/graphic/ssggraph/grscreen.h 2006-04-17 18:13:35.000000000 +0200 +@@ -78,7 +78,7 @@ + + void update(tSituation *s, float Fps); + +- void cGrScreen::camDraw(tSituation *s); ++ void camDraw(tSituation *s); + + void updateCurrent(tSituation *s); + -- 2.44.0