diff options
author | Jonathan Gray | 2004-07-31 12:39:26 +0000 |
---|---|---|
committer | Jonathan Gray | 2004-07-31 12:39:26 +0000 |
commit | 387c8abeda132d601918e1bb34ba46e997985616 (patch) | |
tree | a3f5f0468a40f15386165f396d96d2bc6fc09e99 /saga | |
parent | c7d6425a386a046189689e54b46f34b38fe19b32 (diff) | |
download | scummvm-rg350-387c8abeda132d601918e1bb34ba46e997985616.tar.gz scummvm-rg350-387c8abeda132d601918e1bb34ba46e997985616.tar.bz2 scummvm-rg350-387c8abeda132d601918e1bb34ba46e997985616.zip |
update comment to relfect reality
svn-id: r14386
Diffstat (limited to 'saga')
-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; |