Changeset 12294


Ignore:
Timestamp:
12/12/11 23:29:28 (12 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r12292 r12294  
    25772577        struct skin* playpolicy = getscreen("playpolicy");
    25782578
    2579         tmpstr = getvideomode();
    2580         drawscreen(playpolicy, 0);             
     2579start:
     2580        tmpstr = getvideomode();       
    25812581               
    25822582        if(tmpstr != NULL)
     
    26082608                }
    26092609                */
    2610                 sleep(5);
     2610                drawscreen(playpolicy, 0);
     2611                while(1)
     2612                {
     2613                        rcret = waitrc(playpolicy, 5000, 0);
     2614                }
     2615       
    26112616                clearscreen(playpolicy);
    26122617        }
Note: See TracChangeset for help on using the changeset viewer.