diff options
Diffstat (limited to '')
-rw-r--r-- | src/T2DLL/T2MetroRailway.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/T2MetroRailway.cpp b/src/T2DLL/T2MetroRailway.cpp index 89b44a5..5653e83 100644 --- a/src/T2DLL/T2MetroRailway.cpp +++ b/src/T2DLL/T2MetroRailway.cpp @@ -135,7 +135,7 @@ void T2MetroRailway::Init(T2Transport* inParent, CResFile* inResFile) { whichSound = 1; var1C = 0; } else { - var1C += theNow->mSeconds * 4; + var1C = var1C * 4 + theNow->mSeconds; } } |