colobot-data/ai/wait.txt

8 lines
72 B
Plaintext
Raw Normal View History

2012-09-13 21:35:43 +00:00
extern void object::Wait( )
{
while ( true )
{
wait(2);
}
}