aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/bmv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/bmv.cpp')
-rw-r--r--engines/tinsel/bmv.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/tinsel/bmv.cpp b/engines/tinsel/bmv.cpp
index fd5088636f..f74f3e34c3 100644
--- a/engines/tinsel/bmv.cpp
+++ b/engines/tinsel/bmv.cpp
@@ -1050,7 +1050,8 @@ void BMVPlayer::CopyMovieToScreen() {
*/
void BMVPlayer::LookAtBuffers() {
// FIXME: What's the point of this function???
- static int junk;
+ // Maybe to ensure the relevant data is loaded into cache by the CPU?
+ static int junk; // FIXME: Avoid non-const global vars
int i;
if (bigBuffer) {