BGE Player: Fix compilation error after cleanup commit da8a62a

This commit is contained in:
Sergey Sharybin 2015-05-04 14:38:46 +05:00
parent 4e1c27f646
commit 23a79c42b5

@ -519,7 +519,7 @@ int main(int argc, char** argv)
BKE_sound_init_once();
set_free_windowmanager_cb(wm_free);
BKE_library_callback_free_window_manager_set(wm_free);
/* if running blenderplayer the last argument can't be parsed since it has to be the filename. else it is bundled */
isBlenderPlayer = !BLO_is_a_runtime(argv[0]);