Rename OBJECT_RUPEE

This commit is contained in:
Tal Hayon
2022-01-11 13:01:20 +02:00
parent d852efec29
commit 045f00141c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ void sub_0803C0AC(Entity* this) {
}
for (; index != 0; index--) {
Entity* obj = CreateObject(OBJECT_RUPEE, rupeeType, 0);
Entity* obj = CreateObject(RUPEE_OBJECT, rupeeType, 0);
if (obj) {
CopyPosition(ent, obj);