mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 19:32:11 +00:00
SAGA2: Remove unnecessary warning
This commit is contained in:
parent
9b02c77bee
commit
9a39a34a5d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user