[Scummvm-git-logs] scummvm master -> b445d31e58809670e2f02ee9eee2f33409366c5a
bluegr
bluegr at gmail.com
Sun Aug 6 23:06:01 CEST 2017
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:
b445d31e58 SLUDGE: SpritePalette is a class, not a struct
Commit: b445d31e58809670e2f02ee9eee2f33409366c5a
https://github.com/scummvm/scummvm/commit/b445d31e58809670e2f02ee9eee2f33409366c5a
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2017-08-07T00:05:34+03:00
Commit Message:
SLUDGE: SpritePalette is a class, not a struct
Changed paths:
engines/sludge/fonttext.h
diff --git a/engines/sludge/fonttext.h b/engines/sludge/fonttext.h
index c8038cb..3170a3e 100644
--- a/engines/sludge/fonttext.h
+++ b/engines/sludge/fonttext.h
@@ -30,7 +30,7 @@
namespace Sludge {
struct SpriteBank;
-struct SpritePalette;
+class SpritePalette;
class TextManager {
public:
More information about the Scummvm-git-logs
mailing list