Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 132103
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- poopmup.cpp
0
++ poopmup.cpp
Lines 582-587 Link Here
582
  getConfiguration();
582
  getConfiguration();
583
  //Will overwrite the conf file params.
583
  //Will overwrite the conf file params.
584
  ParseCommandLine(argc, argv); 
584
  ParseCommandLine(argc, argv); 
585
  glutInit(&argc, argv);
585
  InitializeGL(argc, argv);	
586
  InitializeGL(argc, argv);	
586
  InitializeWorld();	
587
  InitializeWorld();	
587
  InitMenu();
588
  InitMenu();

Return to bug 132103