r8297 - ! dirs' list truncated !
Evgeni Golov
sargentd-guest at alioth.debian.org
Sat Oct 25 18:52:01 UTC 2008
Author: sargentd-guest
Date: 2008-10-25 18:52:01 +0000 (Sat, 25 Oct 2008)
New Revision: 8297
Modified:
packages/trunk/blocks-of-the-undead/debian/patches/01-sleep_a_bit.patch
Log:
don't sleep *so* long when handling events :)
Modified: packages/trunk/blocks-of-the-undead/debian/patches/01-sleep_a_bit.patch
===================================================================
--- packages/trunk/blocks-of-the-undead/debian/patches/01-sleep_a_bit.patch 2008-10-25 18:34:12 UTC (rev 8296)
+++ packages/trunk/blocks-of-the-undead/debian/patches/01-sleep_a_bit.patch 2008-10-25 18:52:01 UTC (rev 8297)
@@ -4,7 +4,7 @@
while (!done && SDL_PollEvent(&event))
{
handleEvent(event);
-+ usleep(500);
++ usleep(200);
}
switch(state)
More information about the Pkg-games-commits
mailing list