aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/zvision.h
diff options
context:
space:
mode:
authorAdrian Astley2014-12-19 11:14:10 -0600
committerAdrian Astley2014-12-19 11:14:10 -0600
commitacb172251aa7401f43308ebcac9f30bef3aa40f5 (patch)
tree8ecbd0c38f0e8ea8294473e03069a9d40fa7b4c8 /engines/zvision/zvision.h
parent3c2ac653b2ee2c7f2efd2684516a13eb47cbf102 (diff)
downloadscummvm-rg350-acb172251aa7401f43308ebcac9f30bef3aa40f5.tar.gz
scummvm-rg350-acb172251aa7401f43308ebcac9f30bef3aa40f5.tar.bz2
scummvm-rg350-acb172251aa7401f43308ebcac9f30bef3aa40f5.zip
ZVISION: Large scale variable, function, and class renaming to improve code clarity
Diffstat (limited to 'engines/zvision/zvision.h')
-rw-r--r--engines/zvision/zvision.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/zvision/zvision.h b/engines/zvision/zvision.h
index 78c1c824a1..7ea10ed64d 100644
--- a/engines/zvision/zvision.h
+++ b/engines/zvision/zvision.h
@@ -117,13 +117,13 @@ private:
// To prevent allocation every time we process events
Common::Event _event;
- int _rendDelay;
+ int _frameRenderDelay;
int16 _mouseVelocity;
- int16 _kbdVelocity;
+ int16 _keyboardVelocity;
bool _halveDelay;
bool _videoIsPlaying;
- uint8 _cheatBuff[KEYBUF_SIZE];
+ uint8 _cheatBuffer[KEYBUF_SIZE];
public:
uint32 getFeatures() const;
Common::Language getLanguage() const;