Skip to content

Conversation

@qndel
Copy link
Member

@qndel qndel commented Nov 6, 2020

renamed MGOAL_SHOOT to MGOAL_ATTACK2 as it was being used by fallens and they don't shoot = name didn't fit
introduced "CODEFIX" - a comment to mark useless code as it's not really a bug :D
Changed

-	MonsterStruct *Monst = monster + i;
+	MonsterStruct *Monst = &monster[i]

because the second one is more natural imo

bin exact:
M_DoDelay
M_DiabloDeath
M_DoWalk2
M_DoWalk3
M_DoStone
M_WalkDir
GroupUnity
M_PathWalk
M_RoundWalk
MAI_Zombie
MAI_SkelSd
MAI_Path
MAI_Bat
MAI_SkelBow
MAI_Fat
MAI_Sneak
MAI_Fireman
MAI_Fallen
MAI_Cleaver
MAI_Round

M_DoWalk - looks min diff to me

@qndel qndel added Binary exact code cleanup Cosmetic enhancement to the code to make it look nicer. labels Nov 6, 2020
@qndel qndel mentioned this pull request Nov 6, 2020
@AJenbo AJenbo merged commit 3ce3ded into diasurgical:master Nov 7, 2020
@AJenbo AJenbo deleted the bugfix branch November 7, 2020 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Binary exact code cleanup Cosmetic enhancement to the code to make it look nicer.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants