[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.303,2.304

Eugene Sandulenko sev at users.sourceforge.net
Sun Sep 12 07:19:14 CEST 2004


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

Modified Files:
	gfx.cpp 
Log Message:
Fix line endings. Weird. there is no -kb flag, and I don't understand how
chirlith managed to do the trick with commiting DOS line endings.


Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.303
retrieving revision 2.304
diff -u -d -r2.303 -r2.304
--- gfx.cpp	12 Sep 2004 10:49:29 -0000	2.303
+++ gfx.cpp	12 Sep 2004 14:18:44 -0000	2.304
@@ -1,3022 +1,3022 @@
-/* ScummVM - Scumm Interpreter

- * Copyright (C) 2001  Ludvig Strigeus

- * Copyright (C) 2001-2004 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

[...6013 lines suppressed...]
+
+	_shakeEnabled = mode != 0;
+	_shakeFrame = 0;
+	_system->set_shake_pos(0);
+}
+
+} // End of namespace Scumm
+
+#ifdef __PALM_OS__
+#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