OpenTrespasser / JurassicParkTrespasser

A git-based fork of the Jurassic Park: Trespasser source code.
101 stars 25 forks source link

Drop DirectDraw2 layer #111

Closed meekee7 closed 4 years ago

meekee7 commented 4 years ago

The code uses both DirectDraw 2 and DirectDraw 4 at the same time. (DirectDraw 4 is needed for Direct3D 3.) To simplify the code, the DirectDraw 2 layer is dropped and everything is switched over to DirectDraw 4.