Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dmd patch #319

Merged
merged 16 commits into from
Sep 21, 2024
3,399 changes: 3,399 additions & 0 deletions 1256692067_PowerPlay(Bally1977)2.1/Power Play (Bally 1977).vbs

Large diffs are not rendered by default.

3,399 changes: 3,399 additions & 0 deletions 1256692067_PowerPlay(Bally1977)2.1/Power Play (Bally 1977).vbs.original

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- ./Power Play (Bally 1977).vbs.original 2024-08-14 02:17:02
+++ ./Power Play (Bally 1977).vbs 2024-08-14 01:28:46
@@ -922,7 +922,7 @@

Sub DoDTAnim()
Dim i
- For i=0 to Ubound(DTArray)
+ For i = 0 To UBound(DTArray)
DTArray(i).animate = DTAnimate(DTArray(i).primary,DTArray(i).secondary,DTArray(i).prim,DTArray(i).sw,DTArray(i).animate)
Next
End Sub
Loading