mirror of
https://github.com/open-goal/jak-project
synced 2026-08-18 13:53:01 -04:00
More fixes
Comment out related deci2 code until networking can be reworked. Resolved std::exception errors with a temporary fix
This commit is contained in:
@@ -151,7 +151,7 @@ bool Object::operator==(const Object& other) const {
|
||||
}
|
||||
|
||||
default:
|
||||
//throw std::exception("equality not implemented for " + print());
|
||||
throw std::exception("equality not implemented for");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user