[Scummvm-cvs-logs] scummvm master -> 77bfaa1bb4780d49893afd5100c204bfb5032de1

lordhoto lordhoto at gmail.com
Fri Jul 1 05:53:08 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:
77bfaa1bb4 GRAPHICS: More default parameter remove in SJIS code.


Commit: 77bfaa1bb4780d49893afd5100c204bfb5032de1
    https://github.com/scummvm/scummvm/commit/77bfaa1bb4780d49893afd5100c204bfb5032de1
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-06-30T20:51:10-07:00

Commit Message:
GRAPHICS: More default parameter remove in SJIS code.

Changed paths:
    graphics/sjis.h



diff --git a/graphics/sjis.h b/graphics/sjis.h
index 58bcaf1..62e6801 100644
--- a/graphics/sjis.h
+++ b/graphics/sjis.h
@@ -146,7 +146,7 @@ public:
 
 	virtual uint getCharWidth(uint16 ch) const;
 
-	virtual void drawChar(void *dst, uint16 ch, int pitch, int bpp, uint32 c1, uint32 c2, int maxW = -1, int maxH = -1) const;
+	virtual void drawChar(void *dst, uint16 ch, int pitch, int bpp, uint32 c1, uint32 c2, int maxW, int maxH) const;
 private:
 	template<typename Color>
 	void blitCharacter(const uint8 *glyph, const int w, const int h, uint8 *dst, int pitch, Color c) const;






More information about the Scummvm-git-logs mailing list