[Bf-blender-cvs] [e1a254d] master: Attempt to fix blenplayer after recent changes

Sergey Sharybin noreply at git.blender.org
Tue May 10 16:14:27 CEST 2016


Commit: e1a254d8dec4f43c73bb306834ba4badcf1f7e02
Author: Sergey Sharybin
Date:   Tue May 10 16:14:24 2016 +0200
Branches: master
https://developer.blender.org/rBe1a254d8dec4f43c73bb306834ba4badcf1f7e02

Attempt to fix blenplayer after recent changes

===================================================================

M	source/gameengine/GamePlayer/ghost/GPG_ghost.cpp

===================================================================

diff --git a/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp b/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
index 4d2c5bb..ac2e4df 100644
--- a/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
+++ b/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp
@@ -406,9 +406,9 @@ static int GPG_PyNextFrame(void *state0)
 int main(
 	int argc,
 #ifdef WIN32
-	const char **UNUSED(argv_c)
+	char **UNUSED(argv_c)
 #else
-	const char **argv
+	char **argv
 #endif
 	)
 {




More information about the Bf-blender-cvs mailing list