Changeset 41490


Ignore:
Timestamp:
12/21/17 20:06:56 (5 years ago)
Author:
gost
Message:

[titan] hd51 fix ok button if play

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/multiboot.h

    r41419 r41490  
    1818        command = ostrcat(command, " ", 1, 0);
    1919        command = ostrcat(command, imagedir, 1, 0);
     20        int merksec = status.sec;
     21        status.sec = 0; //deaktiviere Spinner
    2022        system(command);
     23        status.sec = merksec;
    2124        free(imagedir); imagedir = NULL;
    2225        free(command); command = NULL;
Note: See TracChangeset for help on using the changeset viewer.