git » fp-git.git » commit aa01b7c

bugfix in pop2 palette

author ecalot
2005-06-08 10:40:50 UTC
committer ecalot
2005-06-08 10:40:50 UTC
parent fc1fadfc698e7942ed7129ed17067c19e7fd5488

bugfix in pop2 palette

PR/src/include/pal.h +1 -1

diff --git a/PR/src/include/pal.h b/PR/src/include/pal.h
index beea592..30ce06c 100644
--- a/PR/src/include/pal.h
+++ b/PR/src/include/pal.h
@@ -48,6 +48,6 @@ int mFormatImportPal(tResource *res,const char* vFile);
 	if (popversion==pop1)\
 		memcpy(((image).pal),((array)+5),(16*3));\
 	else\
-		memcpy(((image).pal),(array),(16*3))
+		memcpy(((image).pal),((array)+1),(16*3))
 
 #endif