*** empty log message ***
This commit is contained in:
parent
b4d3c38bba
commit
dd82dbbedb
1 changed files with 1 additions and 1 deletions
|
@ -106,12 +106,12 @@ global void DisplayPicture(const char *name)
|
|||
memcpy(GlobalPalette,title->Palette,sizeof(GlobalPalette));
|
||||
VideoCreatePalette(GlobalPalette);
|
||||
|
||||
// FIXME: bigger window ?
|
||||
#ifdef USE_SDL
|
||||
{ extern SDL_Surface *Screen; /// internal screen
|
||||
SDL_LockSurface(Screen);
|
||||
#endif
|
||||
|
||||
// FIXME: bigger window ?
|
||||
VideoDrawSubClip(title,0,0
|
||||
,title->Width,title->Height
|
||||
,(VideoWidth-title->Width)/2,(VideoHeight-title->Height)/2);
|
||||
|
|
Loading…
Add table
Reference in a new issue