1
0
Fork 0

we can't use the setlistener() wrapper here, but need the real thing

This commit is contained in:
mfranz 2007-01-21 20:44:55 +00:00
parent f61969ed01
commit 977910c258

View file

@ -475,7 +475,7 @@ Data = {
};
var data = nil;
setlistener("/sim/signals/nasal-dir-initialized", func {
_setlistener("/sim/signals/nasal-dir-initialized", func {
data = Data.new();
Data.new = func { die("illegal attempt to call Data.new()") }
});