[Scummvm-cvs-logs] scummvm master -> cdf1335ea62f474c6528c1c41ea60d5a1f02769d

Strangerke Strangerke at scummvm.org
Fri Sep 16 08:08:51 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
cdf1335ea6 CGE: Remove two useles externs, un-static-fy two Vga functions


Commit: cdf1335ea62f474c6528c1c41ea60d5a1f02769d
    https://github.com/scummvm/scummvm/commit/cdf1335ea62f474c6528c1c41ea60d5a1f02769d
Author: Strangerke (strangerke at scummvm.org)
Date: 2011-09-15T23:03:30-07:00

Commit Message:
CGE: Remove two useles externs, un-static-fy two Vga functions

Changed paths:
    engines/cge/vga13h.h



diff --git a/engines/cge/vga13h.h b/engines/cge/vga13h.h
index f52d8ba..04c7867 100644
--- a/engines/cge/vga13h.h
+++ b/engines/cge/vga13h.h
@@ -58,9 +58,6 @@ struct Seq {
 	int _dly;
 };
 
-extern Seq _seq1[];
-extern Seq _seq2[];
-
 class SprExt {
 public:
 	int _x0;
@@ -214,8 +211,8 @@ public:
 	void show();
 	void update();
 
-	static void palToDac(const byte *palData, Dac *tab);
-	static void dacToPal(const Dac *tab, byte *palData);
+	void palToDac(const byte *palData, Dac *tab);
+	void dacToPal(const Dac *tab, byte *palData);
 };
 
 class HorizLine: public Sprite {






More information about the Scummvm-git-logs mailing list