Re: [AD] rafkill: bug fix for "hang when selling main weapon" |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
sorry everyone, sent to the wrong address!
On Thu, 21 Aug 2003 18:03:19 -0400
Jon Rafkind <workmin@xxxxxxxxxx> wrote:
> hello,
> not sure if anyone fixed this bug yet, but I recently got an email from another guy asking the same thing and I figured out the problem for him. In accept_sell, this line:
> sell->addTitle( "Sell Weapon", raptor_font );
>
> needs to be changed to:
>
> sell->addTitle( strdup("Sell Weapon"), raptor_font );
>
> :). Also, I see raptor2 is in the gentoo portage system now. I dont know who did this, but maybe Debian should tell them its rafkill now?
>
> later--,
> jon
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single machine.
> WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
> at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
> --
> https://lists.sourceforge.net/lists/listinfo/alleg-developers
>