1
0
Fork 0

- Alexis Bory: use io.read_properties() instead of fgcommand(load).

This commit is contained in:
abory 2008-07-17 21:06:29 +00:00
parent 763860f42c
commit ea43922437

View file

@ -150,7 +150,7 @@ var load_data = func {
var init = func {
print("Initializing Radar Data");
fgcommand("load", props.Node.new({ "file": data_path }));
io.read_properties(data_path, props.globals);
load_data();
}