23-02-2008, 07:42 PM
Uber easy, do the mappers a favour please xP
In ModGameLogic.bas in the Game Loop, find:
Under:
Add:
Then, under the main chunk of code you see, underneath:
Add:
Seriously, it takes all of 2 seconds but makes things as a mapper 10x less a pain in the arse. Dooooo itttttttttttt!
In ModGameLogic.bas in the Game Loop, find:
Code:
' Blit out attribs if in editor
Under:
Code:
If InEditor Then
Add:
Code:
If frmMainGame.optAttribs.Value = True Then
Then, under the main chunk of code you see, underneath:
Code:
Next y
Add:
Code:
End If
Seriously, it takes all of 2 seconds but makes things as a mapper 10x less a pain in the arse. Dooooo itttttttttttt!