Fix TV and splash on res change

This commit is contained in:
elasota
2020-04-04 18:50:29 -04:00
parent 59e9a9480e
commit 805638f2c9
5 changed files with 31 additions and 20 deletions

View File

@@ -706,13 +706,3 @@ short AddDynamicObject (short what, Rect *where, objectType *who,
return dynIndex;
}
void OffsetDynamics(SInt16 h, SInt16 v)
{
for (int i = 0; i < numDynamics; i++)
{
dynaType &dinah = dinahs[i];
//QOffsetRect(&dinah.dest, h, v);
//QOffsetRect(&dinah.whole, h, v);
}
}