subsystems and videomodes implemented (except SDL2); smaller fixes too

This commit is contained in:
aap
2020-04-15 09:47:43 +02:00
parent 5685e6109e
commit 2d345499d2
34 changed files with 778 additions and 229 deletions

View File

@@ -12,9 +12,9 @@ struct SceneGlobals {
} Scene;
rw::Texture *tex, *tex2;
rw::Raster *testras;
rw::EngineStartParams engineStartParams;
rw::EngineOpenParams engineOpenParams;
bool dosoftras = 1;
bool dosoftras = 0;
namespace gen {
void tlTest(rw::Clump *clump);