Changed the halloffame.dat script so now it plays halloffame.ogg in the hall of fame.

This commit is contained in:
CaptainSegis 2017-01-23 22:36:24 -05:00
parent 514bc5ecf5
commit be7da44d10
3 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
Shared _valid As Boolean = False Shared _valid As Boolean = False
Const RUNVALIDATION As Boolean = False Const RUNVALIDATION As Boolean = False
Const EXPECTEDSIZE As Integer = 42308847 Const EXPECTEDSIZE As Integer = 42308900
Const METAHASH As String = "ODU1QkIwNDI1Q0U0Q0QwNkRCNUU4MzM2QTQ2Q0M3QTc=" Const METAHASH As String = "QUFCNzk5NEY4N0FDNEMyRDU0RUNDRDM4MTY0MkNGMjk="
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
Get Get

File diff suppressed because one or more lines are too long