aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/animation_he.cpp
AgeCommit message (Collapse)Author
2006-09-17renamed ScummEngine::restoreBG to restoreBackground; renamed and moved ↵Max Horn
Gdi::copyVirtScreenBuffers to ScummEngine_v70he::restoreBackgroundHE svn-id: r23925
2006-09-17Changed ScummEngine::gdi to _gdi and allocate the Gdi object on the heap ↵Max Horn
(i.e. _gdi is a pointer now) svn-id: r23921
2006-06-28Remove left over ;Travis Howell
svn-id: r23335
2006-06-28Add eriktorbjorn's patch for DXA unification, with more changesTravis Howell
svn-id: r23332
2006-06-06Minor cleanupTravis Howell
svn-id: r22950
2006-05-08Avoid closing a video file in HE games twiceTravis Howell
svn-id: r22396
2006-05-08Add initial DXA support for HE gamesTravis Howell
svn-id: r22384