Moved depth buffer and palette rotation data into BackgroundInfo.

svn-id: r30725
This commit is contained in:
Nicola Mettifogo 2008-02-02 00:41:31 +00:00
parent 7adfb1a295
commit 249877fa82
6 changed files with 62 additions and 57 deletions

View file

@ -331,7 +331,7 @@ void Parallaction_ns::_c_onMouse(void *parm) {
void Parallaction_ns::_c_setMask(void *parm) {
memset(_gfx->_backgroundInfo->mask.data + 3600, 0, 3600);
_gfx->_bgLayers[1] = 500;
_gfx->_backgroundInfo->layers[1] = 500;
return;
}