mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-07 13:03:29 -04:00
Update (#608)
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ def custom_replacements(output):
|
||||
for x in range(12):
|
||||
actorList.append(actorListText.replace("first;", f"{actorCats[x]};") + "\n")
|
||||
if x == 2:
|
||||
actorList[x] = actorList[x].replace("Actor*", "Player*")
|
||||
actorList[x] = actorList[x].replace("Actor*", "struct Player*")
|
||||
elif "ActorListEntry actorLists[ACTORCAT_MAX];" in line:
|
||||
output[i] = "struct {\n" + "".join(actorList) + "};"
|
||||
########################################################
|
||||
|
||||
Reference in New Issue
Block a user