Oops. Forgot to tell SVN to actually *move* the files. I'll get the hang of it

eventually.

svn-id: r20652
This commit is contained in:
Torbjörn Andersson 2006-02-12 19:38:26 +00:00
parent 2ec8584828
commit 0dbeb2f65b
4 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ struct ScreenInfo {
uint16 number_of_layers;
uint8 new_palette; // Set to non zero to start the
// palette held within layer file
// fading up after a build_display
// fading up after a buildDisplay()
uint8 scroll_flag; // Scroll mode 0 off 1 on
bool mask_flag; // Using shading mask
};