SAGA2: Remove unnecessary warning

This commit is contained in:
a/ 2021-06-23 22:58:15 +09:00 committed by Eugene Sandulenko
parent 9b02c77bee
commit 9a39a34a5d
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -962,10 +962,6 @@ void ProtoObj::doBackgroundUpdate(GameObject *obj) {
int u = location.u >> kSectorShift;
int v = location.v >> kSectorShift;
// XXX: Temporary crash prevention
// We should properly solve the problem
debug(5, "XXX: doBackgroundUpdate");
if (w == nullptr) {
obj->deactivate();
return;