[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.9,1.10

Travis Howell kirben at users.sourceforge.net
Sun Sep 22 06:20:03 CEST 2002


Update of /cvsroot/scummvm/scummvm/simon
In directory usw-pr-cvs1:/tmp/cvs-serv8633/simon

Modified Files:
	simon.cpp 
Log Message:

Remove line endings


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- simon.cpp	19 Sep 2002 10:22:32 -0000	1.9
+++ simon.cpp	22 Sep 2002 13:19:51 -0000	1.10
@@ -1,4948 +1,4948 @@
-/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001/2002 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
[...9863 lines suppressed...]
+byte *SimonState::dx_lock_attached()
+{
+	_dx_surface_pitch = 320;
+	return _dx_use_3_or_4_for_lock ? _sdl_buf_3 : _sdl_buf_attached;
+}
+
+void SimonState::dx_unlock_attached()
+{
+}
+
+void SimonState::set_volume(byte volume)
+{
+	_mixer->setVolume(volume);
+}
+
+
+byte SimonState::getByte()
+{
+	return *_code_ptr++;
+}





More information about the Scummvm-git-logs mailing list