comparison PaletteManager.cpp @ 670:9824e2eeee30

fixed decorations animation
author Gloval
date Fri, 15 Mar 2013 01:51:51 +0400
parents 9c0607679772
children 1d05543f522d
comparison
equal deleted inserted replaced
666:a5750c94b022 670:9824e2eeee30
580 } 580 }
581 581
582 582
583 //----- (0048A300) -------------------------------------------------------- 583 //----- (0048A300) --------------------------------------------------------
584 PaletteManager::PaletteManager(): 584 PaletteManager::PaletteManager():
585 uNumTargetRBits(0), uNumTargetGBits(0),uNumTargetBBits(0) 585 uNumTargetRBits(0), uNumTargetGBits(0),uNumTargetBBits(0),_num_locked(0)
586 { 586 {
587 for (uint i = 0; i < 256; ++i) 587 for (uint i = 0; i < 256; ++i)
588 { 588 {
589 pBaseColors[0][i][0] = i; 589 pBaseColors[0][i][0] = i;
590 pBaseColors[0][i][1] = i; 590 pBaseColors[0][i][1] = i;