mirror of
https://github.com/zeldaret/tmc
synced 2026-08-20 22:24:01 -04:00
Rename OBJECT_RUPEE
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user