- fixed deprecated implict (const char *) to (char *) conversion

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1255 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
thebohemian 2007-09-21 19:50:07 +00:00
parent 2860414a0c
commit 385e042cb3

View File

@ -24,7 +24,7 @@
AttachmentManager *attachment_manager = 0;
struct initAttachmentType {attachmentType attachment; char*file;};
struct initAttachmentType {attachmentType attachment; const char *file;};
/* Some explanations to the attachments:
Parachute: This will increase the air friction, reducing the maximum speed.