comparison wait.lua @ 4:6ef021bd17b2 1.2.12.0

Attempt to fix Curse
author Adam tegen <adam.tegen@gmail.com>
date Tue, 20 May 2014 23:38:02 -0500
parents ec731d2fe6ba
children 437e54a8a483
comparison
equal deleted inserted replaced
3:e75889a45130 4:6ef021bd17b2
29 end); 29 end);
30 end 30 end
31 tinsert(waitTable,{delay,func,{...}}); 31 tinsert(waitTable,{delay,func,{...}});
32 return true; 32 return true;
33 end 33 end
34