- persisted mission_root between repositioning - refactored code (new separate files, function move)
7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
|
|
var splash_screen = func {
|
|
var s = getprop("sim/startup/splash-alpha");
|
|
if (s == nil) s = 1;
|
|
return s > 0 ? 1 : 0;
|
|
}
|