diff options
-rw-r--r-- | saga/gfx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/gfx.cpp b/saga/gfx.cpp index b53608ef70..2162a3fc54 100644 --- a/saga/gfx.cpp +++ b/saga/gfx.cpp @@ -49,7 +49,7 @@ int GFX_Init(OSystem *system, int width, int height) { _system->initSize(width, height); debug(0, "Init screen %dx%d", width, height); - // Convert sdl surface data to R surface data + // Convert surface data to R surface data r_back_buf.buf = (byte *)calloc(1, width * height); r_back_buf.buf_w = width; r_back_buf.buf_h = height; |