[Scummvm-cvs-logs] scummvm master -> 9dcae18d27df0997e4cab29b1787dcdf02b0cfc9

sev- sev at scummvm.org
Fri Jun 20 12:09:13 CEST 2014


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:
9dcae18d27 FULLPIPE: Implement Bitmap::flipVertical()


Commit: 9dcae18d27df0997e4cab29b1787dcdf02b0cfc9
    https://github.com/scummvm/scummvm/commit/9dcae18d27df0997e4cab29b1787dcdf02b0cfc9
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2014-06-20T12:55:42+03:00

Commit Message:
FULLPIPE: Implement Bitmap::flipVertical()

Changed paths:
    engines/fullpipe/gfx.cpp



diff --git a/engines/fullpipe/gfx.cpp b/engines/fullpipe/gfx.cpp
index 5e68adc..d465bf2 100644
--- a/engines/fullpipe/gfx.cpp
+++ b/engines/fullpipe/gfx.cpp
@@ -1133,7 +1133,7 @@ Bitmap *Bitmap::reverseImage(bool flip) {
 }
 
 Bitmap *Bitmap::flipVertical() {
-	warning("STUB: Bitmap::flipVertical()");
+	_flipping = Graphics::FLIP_V;
 
 	return this;
 }






More information about the Scummvm-git-logs mailing list