[Scummvm-cvs-logs] CVS: scummvm/scumm akos.cpp,1.233,1.234

Chris Apers chrilith at users.sourceforge.net
Sat Sep 3 09:54:14 CEST 2005


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

Modified Files:
	akos.cpp 
Log Message:
Fixed endlines

Index: akos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/akos.cpp,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -d -r1.233 -r1.234
--- akos.cpp	3 Sep 2005 16:31:37 -0000	1.233
+++ akos.cpp	3 Sep 2005 16:53:10 -0000	1.234
@@ -1,1794 +1,1794 @@
-/* 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
[...3557 lines suppressed...]
+			error("akos_queCommand(%d,%d,%d,%d)", cmd, a->_number, param_1, param_2);
+		}
+	}
+}
+#endif
+
+} // End of namespace Scumm
+
+#ifdef PALMOS_68K
+#include "scumm_globals.h"
+
+_GINIT(Akos)
+_GSETPTR(Scumm::bigCostumeScaleTable, GBVARS_BIGSCALETABLE_INDEX, byte, GBVARS_SCUMM)
+_GEND
+
+_GRELEASE(Akos)
+_GRELEASEPTR(GBVARS_BIGSCALETABLE_INDEX, GBVARS_SCUMM)
+_GEND
+
+#endif





More information about the Scummvm-git-logs mailing list