synced with scummvm to 2011-Apr-13
This commit is contained in:
parent
f0a4299aef
commit
0640dcf2c7
347 changed files with 53648 additions and 8521 deletions
|
@ -27,7 +27,7 @@
|
|||
#include "common/system.h"
|
||||
#include "common/stack.h"
|
||||
|
||||
DECLARE_SINGLETON(Graphics::CursorManager)
|
||||
DECLARE_SINGLETON(Graphics::CursorManager);
|
||||
|
||||
namespace Graphics {
|
||||
|
||||
|
@ -186,7 +186,7 @@ CursorManager::Cursor::~Cursor() {
|
|||
CursorManager::Palette::Palette(const byte *colors, uint start, uint num) {
|
||||
_start = start;
|
||||
_num = num;
|
||||
_size = 4 * num;
|
||||
_size = 3 * num;
|
||||
|
||||
if (num) {
|
||||
_data = new byte[_size];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue