- 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:
parent
2860414a0c
commit
385e042cb3
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
AttachmentManager *attachment_manager = 0;
|
AttachmentManager *attachment_manager = 0;
|
||||||
|
|
||||||
struct initAttachmentType {attachmentType attachment; char*file;};
|
struct initAttachmentType {attachmentType attachment; const char *file;};
|
||||||
|
|
||||||
/* Some explanations to the attachments:
|
/* Some explanations to the attachments:
|
||||||
Parachute: This will increase the air friction, reducing the maximum speed.
|
Parachute: This will increase the air friction, reducing the maximum speed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user