Removed unneeded print
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@6042 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
7058d30947
commit
848107faa1
@ -796,9 +796,7 @@ namespace GUIEngine
|
|||||||
// ------------------------------------------------------------------------
|
// ------------------------------------------------------------------------
|
||||||
void init(IrrlichtDevice* device_a, IVideoDriver* driver_a,
|
void init(IrrlichtDevice* device_a, IVideoDriver* driver_a,
|
||||||
AbstractStateManager* state_manager )
|
AbstractStateManager* state_manager )
|
||||||
{
|
{
|
||||||
printf("================ GUI ================\n");
|
|
||||||
|
|
||||||
g_env = device_a->getGUIEnvironment();
|
g_env = device_a->getGUIEnvironment();
|
||||||
g_device = device_a;
|
g_device = device_a;
|
||||||
g_driver = driver_a;
|
g_driver = driver_a;
|
||||||
|
Loading…
Reference in New Issue
Block a user