home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 51 / PCGamer51_17Demos.iso / games / colobotdemo / colobotdemo10e.exe / script / wait.txt < prev    next >
Text File  |  2001-06-10  |  72b  |  8 lines

  1. extern void object::Wait( )
  2. {
  3.     while ( true )
  4.     {
  5.         wait(2);
  6.     }
  7. }
  8.