summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2Animation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2DLL/T2Animation.cpp')
-rw-r--r--src/T2DLL/T2Animation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/T2Animation.cpp b/src/T2DLL/T2Animation.cpp
index 9031777..1a3208d 100644
--- a/src/T2DLL/T2Animation.cpp
+++ b/src/T2DLL/T2Animation.cpp
@@ -112,7 +112,7 @@ void T2Animation::Play(POINT inPt, int inLen) {
while (playing) {
playing = Step();
- mDocument->GetTowerMainView()->tmv_vf120();
+ mDocument->GetMainView()->tmv_vf120();
int now;
for (now = GetTickCount(); now < endTick; now = GetTickCount()) {