-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patch: PowerPlay, Jungle Lord, Centrigrade 37, JunkYard, Pharaoh, Sol…
…ar Fire, ATeam, Vampirella, X-Files (#319)
- Loading branch information
Showing
27 changed files
with
83,628 additions
and
0 deletions.
There are no files selected for viewing
3,399 changes: 3,399 additions & 0 deletions
3,399
1256692067_PowerPlay(Bally1977)2.1/Power Play (Bally 1977).vbs
Large diffs are not rendered by default.
Oops, something went wrong.
3,399 changes: 3,399 additions & 0 deletions
3,399
1256692067_PowerPlay(Bally1977)2.1/Power Play (Bally 1977).vbs.original
Large diffs are not rendered by default.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
1256692067_PowerPlay(Bally1977)2.1/Power Play (Bally 1977).vbs.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.