Converted .ive plugin from using C++ exceptions to using a local equivelant, enabling the build on embedded systems.
This commit is contained in:
@@ -42,6 +42,6 @@ void DirectionalSector::read(DataInputStream* in){
|
||||
|
||||
}
|
||||
else{
|
||||
throw Exception("DirectionalSector::read(): Expected DirectionalSector identification.");
|
||||
in_THROW_EXCEPTION("DirectionalSector::read(): Expected DirectionalSector identification.");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user