Re: [AD] Dynamic DirectSound loading |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
On 2010-08-18 23:54, Trent Gamblin wrote:
On 2010-08-18, at 3:19 PM, Michał Cichoń wrote: I was not actually talking about trailing whitespace, but things like this: if (win_display->window) { - SendMessage(win_display->window, _al_win_msg_suicide, 0, 0); - while (!win_display->thread_ended) - al_rest(0.001); - } + SendMessage(win_display->window, _al_win_msg_suicide, 0, 0); + while (!win_display->thread_ended) + al_rest(0.001); } +}
This is indeed not right. Sorry for that. I'll be more careful in the future.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |