X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2FABM2.git;a=blobdiff_plain;f=ABM2%2FEngine%2FVideoUpdate.cpp;fp=ABM2%2FEngine%2FVideoUpdate.cpp;h=bdbe563878bd7d7f8919dd73095dd1b834b8502f;hp=1d66b9cc39461de4c26f38eaee734301ffd11aaa;hb=c100d6f67b06abb348319e277a66b6b7ab0c4bd5;hpb=5ddbdf638ea3b2fe93de5b7746ac827c21fc5633 diff --git a/ABM2/Engine/VideoUpdate.cpp b/ABM2/Engine/VideoUpdate.cpp index 1d66b9c..bdbe563 100755 --- a/ABM2/Engine/VideoUpdate.cpp +++ b/ABM2/Engine/VideoUpdate.cpp @@ -24,7 +24,7 @@ int CVideoUpdate::scrWidth=640; int CVideoUpdate::scrHeight=480; int CVideoUpdate::scrBPP=16; -CVideoUpdate::CVideoUpdate() +CVideoUpdate::CVideoUpdate(CKernel* kernel) : ITask(kernel) { assert(screenWidth && screenHeight && screenBPP); this->g = new Graphics(scrWidth, scrHeight, 16, false);