

Public Member Functions | |
| virtual long | Run (void *) |
|
|
Reimplemented from Thread. Definition at line 43 of file maingame.cpp. References GalaxyScreen::bkgnd, Cfg::GetCfg(), Cfg::Handler::GetCfgInt(), and GalaxyScreen::img.
00044 {
00045 Cfg::Handler &h = Cfg::GetCfg( "@Generator" );
00046 GalaxyScreen::img = Graf::NewSurface( h.GetCfgInt( "Galaxy-coord" , "playW" ) , h.GetCfgInt( "Galaxy-coord" , "playH" ) );
00047 GalaxyScreen::bkgnd = Graf::NewSurface( h.GetCfgInt( "Galaxy-coord" , "playW" ) , h.GetCfgInt( "Galaxy-coord" , "playH" ) );
00048 return 0;
00049 }
|
1.3.3