*** empty log message ***
svn-id: r3439
This commit is contained in:
parent
632c4cc8b6
commit
424caf8e7d
1 changed files with 5 additions and 2 deletions
7
sdl.cpp
7
sdl.cpp
|
@ -17,6 +17,9 @@
|
||||||
*
|
*
|
||||||
* Change Log:
|
* Change Log:
|
||||||
* $Log$
|
* $Log$
|
||||||
|
* Revision 1.10 2001/10/17 11:30:19 strigeus
|
||||||
|
* *** empty log message ***
|
||||||
|
*
|
||||||
* Revision 1.9 2001/10/16 20:31:27 strigeus
|
* Revision 1.9 2001/10/16 20:31:27 strigeus
|
||||||
* misc fixes
|
* misc fixes
|
||||||
*
|
*
|
||||||
|
@ -223,9 +226,9 @@ void updateScreen(Scumm *s) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if(s->_palDirtyMax != -1) {
|
if(s->_palDirtyMax != -1) {
|
||||||
/* this updates the screen automatically */
|
|
||||||
updatePalette(s);
|
updatePalette(s);
|
||||||
} else if (fullRedraw) {
|
}
|
||||||
|
if (fullRedraw) {
|
||||||
SDL_UpdateRect(screen, 0,0,0,0);
|
SDL_UpdateRect(screen, 0,0,0,0);
|
||||||
#if defined(SHOW_AREA)
|
#if defined(SHOW_AREA)
|
||||||
debug(2,"update area 100 %%");
|
debug(2,"update area 100 %%");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue