1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 04:24:43 +00:00

Revert "rename z_play.c -> z_play_.c"

This reverts commit 9da9e76309.
This commit is contained in:
Dragorn421 2024-01-31 19:48:24 +01:00
parent 9da9e76309
commit 43586fa2a8
No known key found for this signature in database
GPG Key ID: 381AEBAF3D429335
2 changed files with 1 additions and 1 deletions

2
spec
View File

@ -390,7 +390,7 @@ beginseg
include "$(BUILD_DIR)/src/code/mempak.o" include "$(BUILD_DIR)/src/code/mempak.o"
include "$(BUILD_DIR)/src/code/z_kaleido_manager.o" include "$(BUILD_DIR)/src/code/z_kaleido_manager.o"
include "$(BUILD_DIR)/src/code/z_kaleido_scope_call.o" include "$(BUILD_DIR)/src/code/z_kaleido_scope_call.o"
include "$(BUILD_DIR)/src/code/z_play_.o" include "$(BUILD_DIR)/src/code/z_play.o"
include "$(BUILD_DIR)/src/code/PreRender.o" include "$(BUILD_DIR)/src/code/PreRender.o"
include "$(BUILD_DIR)/src/code/TwoHeadGfxArena.o" include "$(BUILD_DIR)/src/code/TwoHeadGfxArena.o"
include "$(BUILD_DIR)/src/code/TwoHeadArena.o" include "$(BUILD_DIR)/src/code/TwoHeadArena.o"