aboutsummaryrefslogtreecommitdiff
path: root/src/objects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects.cc')
-rw-r--r--src/objects.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/objects.cc b/src/objects.cc
index f617fb9..51171f0 100644
--- a/src/objects.cc
+++ b/src/objects.cc
@@ -576,8 +576,7 @@ static void LoadObjects(void){
}
}
}else{
- // TODO(fusion):
- // error("Invalid object type field \"%s\"", Identifier);
+ Script.error("Unknown object type field");
}
}
}