[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.467,2.468

Chris Apers chrilith at users.sourceforge.net
Sat Sep 3 10:30:17 CEST 2005


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8572

Modified Files:
	gfx.cpp 
Log Message:
PalmOS : ARM optimization

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.467
retrieving revision 2.468
diff -u -d -r2.467 -r2.468
--- gfx.cpp	14 Aug 2005 01:41:52 -0000	2.467
+++ gfx.cpp	3 Sep 2005 17:29:35 -0000	2.468
@@ -1,3240 +1,3269 @@
-/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001  Ludvig Strigeus
- * Copyright (C) 2001-2005 The ScummVM project
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
[...6478 lines suppressed...]
+		dissolveEffect(1, 1);
+	else
+		dissolveEffect(8, 4);
+}
+
+} // End of namespace Scumm
+
+#ifdef PALMOS_68K
+#include "scumm_globals.h"
+
+_GINIT(Gfx)
+_GSETPTR(Scumm::transitionEffects, GBVARS_TRANSITIONEFFECTS_INDEX, Scumm::TransitionEffect, GBVARS_SCUMM)
+_GEND
+
+_GRELEASE(Gfx)
+_GRELEASEPTR(GBVARS_TRANSITIONEFFECTS_INDEX, GBVARS_SCUMM)
+_GEND
+
+#endif
+





More information about the Scummvm-git-logs mailing list