[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [12333] branches/game_engine/source/ blender/blenkernel/bad_level_call_stubs/stubs.c: to solve blenderplayer build error

Hamed Zaghaghi hamed.zaghaghi at gmail.com
Sun Oct 21 23:47:10 CEST 2007


Revision: 12333
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=12333
Author:   zaghaghi
Date:     2007-10-21 23:47:10 +0200 (Sun, 21 Oct 2007)

Log Message:
-----------
to solve blenderplayer build error

Modified Paths:
--------------
    branches/game_engine/source/blender/blenkernel/bad_level_call_stubs/stubs.c

Modified: branches/game_engine/source/blender/blenkernel/bad_level_call_stubs/stubs.c
===================================================================
--- branches/game_engine/source/blender/blenkernel/bad_level_call_stubs/stubs.c	2007-10-21 20:18:54 UTC (rev 12332)
+++ branches/game_engine/source/blender/blenkernel/bad_level_call_stubs/stubs.c	2007-10-21 21:47:10 UTC (rev 12333)
@@ -328,3 +328,5 @@
 struct FileList;
 void BIF_filelist_freelib(struct FileList* filelist) {};
 
+/* edittime.c stub */
+TimeMarker *get_frame_marker(int frame){return 0;};





More information about the Bf-blender-cvs mailing list