Fixed up SOCEdit

Status
Not open for further replies.

AlamGBC

WOO! GO ME! YAHOO!
Administrator
Sonic Team Junior
http://lawarias.game-server.cc:81/~alam/SRB2/SOCEdit.exe
Code:
Index: svn://lawarias.game-server.cc/SRB2109/tools/SOCEdit/frmStateEdit.frm
===================================================================
--- frmStateEdit.frm    (revision 1158)
+++ frmStateEdit.frm    (revision 1159)
@@ -605,7 +605,7 @@
                 ElseIf word = "VAR1" Then
                     txtFuncVar1.Text = Val(word2)
                 ElseIf word = "VAR2" Then
-                    txtFuncVar2.Text = Val(word)
+                    txtFuncVar2.Text = Val(word2)
                 ElseIf Len(line) > 0 And Left(line, 1) <> "#" Then
                     MsgBox "Error in SOC!" & vbCrLf & "Unknown line: " & line
                 End If
 
for people that don't understand VB6, VAR2 text input box works now
 
Well, I'm hoping to be a good programmer in the future, but until then, I understood nothing.
Can you tell us what are the changes, in English?
 
WAD's what? :P

Seriously, why did you have to ask this question here? You don't make WADs using SOC Editor. You go to the SRB2 Wiki and find out.
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top