aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/window.h
diff options
context:
space:
mode:
authorStrangerke2012-06-07 08:42:35 +0200
committerStrangerke2012-06-07 08:42:35 +0200
commitf12ab3e521b01ed2b40e7d517753dd14bc6e6f0f (patch)
tree729bc315319f8143e88c136bee1290e81f40a5d6 /engines/tony/window.h
parent53bd99ce870ac5bd7f65d1e45641e13070f652d0 (diff)
downloadscummvm-rg350-f12ab3e521b01ed2b40e7d517753dd14bc6e6f0f.tar.gz
scummvm-rg350-f12ab3e521b01ed2b40e7d517753dd14bc6e6f0f.tar.bz2
scummvm-rg350-f12ab3e521b01ed2b40e7d517753dd14bc6e6f0f.zip
TONY: Rename variables and functions in utils.h
Diffstat (limited to 'engines/tony/window.h')
-rw-r--r--engines/tony/window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tony/window.h b/engines/tony/window.h
index 3d1199482f..34f0c1cb51 100644
--- a/engines/tony/window.h
+++ b/engines/tony/window.h
@@ -57,8 +57,8 @@ private:
void plotLines(const byte *lpBuf, const Common::Point &center, int x, int y);
protected:
- void * /*LPDIRECTDRAWCLIPPER*/ m_MainClipper;
- void * /*LPDIRECTDRAWCLIPPER*/ m_BackClipper;
+// void * /*LPDIRECTDRAWCLIPPER*/ _MainClipper;
+// void * /*LPDIRECTDRAWCLIPPER*/ _BackClipper;
int fps, fcount;
int lastsecond, lastfcount;