[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [20023] trunk/blender/source/gameengine/ Ketsji/KX_KetsjiEngine.h: Fix compilation problem in Linux with previous commit (MSVC is too nice).

Benoit Bolsee benoit.bolsee at online.be
Fri May 1 22:48:02 CEST 2009


Revision: 20023
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=20023
Author:   ben2610
Date:     2009-05-01 22:48:00 +0200 (Fri, 01 May 2009)

Log Message:
-----------
Fix compilation problem in Linux with previous commit (MSVC is too nice).

Modified Paths:
--------------
    trunk/blender/source/gameengine/Ketsji/KX_KetsjiEngine.h

Modified: trunk/blender/source/gameengine/Ketsji/KX_KetsjiEngine.h
===================================================================
--- trunk/blender/source/gameengine/Ketsji/KX_KetsjiEngine.h	2009-05-01 20:34:23 UTC (rev 20022)
+++ trunk/blender/source/gameengine/Ketsji/KX_KetsjiEngine.h	2009-05-01 20:48:00 UTC (rev 20023)
@@ -287,11 +287,11 @@
 	/**
 	 * Gets the maximum number of logic frame before render frame
 	 */
-	static int KX_KetsjiEngine::GetMaxLogicFrame();
+	static int GetMaxLogicFrame();
 	/**
 	 * Sets the maximum number of logic frame before render frame
 	 */
-	static void KX_KetsjiEngine::SetMaxLogicFrame(int frame);
+	static void SetMaxLogicFrame(int frame);
 
 	/**
 	 * Gets the framerate for playing animations. (actions and ipos)





More information about the Bf-blender-cvs mailing list