diff options
author | Eugene Sandulenko | 2004-04-30 21:41:51 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2004-04-30 21:41:51 +0000 |
commit | 06d9f402df8c1be896f0b369ceacf81d1488663d (patch) | |
tree | 38db45ea0f6516252f1be4ab526763ee856010ad /saga/sysgfx.h | |
parent | d5873104ad001ec0540e08517fbf92cc8246e1c2 (diff) | |
download | scummvm-rg350-06d9f402df8c1be896f0b369ceacf81d1488663d.tar.gz scummvm-rg350-06d9f402df8c1be896f0b369ceacf81d1488663d.tar.bz2 scummvm-rg350-06d9f402df8c1be896f0b369ceacf81d1488663d.zip |
Indentation madness
svn-id: r13686
Diffstat (limited to 'saga/sysgfx.h')
-rw-r--r-- | saga/sysgfx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/saga/sysgfx.h b/saga/sysgfx.h index d50c6549f0..344a8b692e 100644 --- a/saga/sysgfx.h +++ b/saga/sysgfx.h @@ -32,7 +32,6 @@ namespace Saga { #define R_BLUE_WEIGHT 0.114 struct R_SYSGFX_MODULE { - int init; SDL_Surface *sdl_screen; /* Screen surface */ @@ -43,7 +42,6 @@ struct R_SYSGFX_MODULE { int white_index; int black_index; - }; } // End of namespace Saga |