[Scummvm-cvs-logs] SF.net SVN: scummvm:[53234] scummvm/trunk/engines/sword25

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Oct 13 00:42:44 CEST 2010


Revision: 53234
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53234&view=rev
Author:   sev
Date:     2010-10-12 22:42:44 +0000 (Tue, 12 Oct 2010)

Log Message:
-----------
SWORD25: Final linking fixes. Now it links!

Modified Paths:
--------------
    scummvm/trunk/engines/sword25/input/scummvminput.cpp
    scummvm/trunk/engines/sword25/math/geometry.h

Modified: scummvm/trunk/engines/sword25/input/scummvminput.cpp
===================================================================
--- scummvm/trunk/engines/sword25/input/scummvminput.cpp	2010-10-12 22:42:22 UTC (rev 53233)
+++ scummvm/trunk/engines/sword25/input/scummvminput.cpp	2010-10-12 22:42:44 UTC (rev 53234)
@@ -188,8 +188,8 @@
 
 // -----------------------------------------------------------------------------
 
-void AlterKeyboardState(int keycode, byte newState) {
-
+void ScummVMInput::AlterKeyboardState(int keycode, byte newState) {
+	m_KeyboardState[m_CurrentState][keycode] = newState;
 }
 
 // -----------------------------------------------------------------------------

Modified: scummvm/trunk/engines/sword25/math/geometry.h
===================================================================
--- scummvm/trunk/engines/sword25/math/geometry.h	2010-10-12 22:42:22 UTC (rev 53233)
+++ scummvm/trunk/engines/sword25/math/geometry.h	2010-10-12 22:42:44 UTC (rev 53234)
@@ -45,7 +45,7 @@
 class BS_Geometry : public BS_Service {
 public:
 	BS_Geometry(BS_Kernel *pKernel);
-	virtual ~BS_Geometry();
+	virtual ~BS_Geometry() {}
 
 private:
 	bool _RegisterScriptBindings();


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list