Re: [xmoto-dev] Sound and xmoto-edit |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/xmoto-dev Archives
]
- To: xmoto-dev@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [xmoto-dev] Sound and xmoto-edit
- From: "Rasmus Neckelmann" <neckelmann@xxxxxxxxx>
- Date: Thu, 11 Jan 2007 10:20:40 +0100
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=S07qV0l49Y7anxGARSZQ91X0aw52jzjruscHLuEEC91YIIZYrqLj+KQBTzN5j4F4xEpEEPLIoiAtf/svRkZJ3Y3ZeuGIsE/K5U+J6JLzANiqHqLuSyj+nbIJl4g0U3jHh2bsycbtNQGfg8deJIQSvL4kse5qGQVQVcXmgPrjdn0=
On 1/10/07, Nicolas Adenis-Lamarre <nadenislamarre@xxxxxxx> wrote:
* ramus,
there is a sound.h
and
#if defined(_MSC_VER) /* this works around a bug in SDL_mixer
1.2.7 on Windows */
SDL_RWops *rwfp;
rwfp = SDL_RWFromFile(pc, "rb");
m_pMenuMusic = Mix_LoadMUS_RW(rwfp);
#else
m_pMenuMusic = Mix_LoadMUS(pc);
#endif
it makes two way to play music, is there a one which shoudl be removed ?
Well, I don't know about the new SDL version, the bug might be fixed there.
* ramus, don't forget to package xmoto-edit for windows please when
you'll be back (there is currently less levels, people who install xmoto
0.2.4 disinstall xmoto-edit ;-(
Sure, but I'll probably take some time. Have like a million exams at the moment.
--
Rasmus Neckelmann