diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2021-09-04 14:54:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-04 14:54:54 -0400 |
| commit | a5962b3f634d48cc5be873c608c0ced07093e02e (patch) | |
| tree | 637b32731b94207f7001eb7b0542b93b2cb0e89b /ZAPD/ZRoom/ZRoomCommand.cpp | |
| parent | e02e151c91d006279c4cb75636fead5d1663c7d3 (diff) | |
Fix floats in cutscene data (#174)
* Export cutscene floats as floats
* Use CS_CMD_CONTINUE
* Change SCmdBase to SceneCmd
Diffstat (limited to 'ZAPD/ZRoom/ZRoomCommand.cpp')
| -rw-r--r-- | ZAPD/ZRoom/ZRoomCommand.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ZAPD/ZRoom/ZRoomCommand.cpp b/ZAPD/ZRoom/ZRoomCommand.cpp index cbdb681..cbadaf2 100644 --- a/ZAPD/ZRoom/ZRoomCommand.cpp +++ b/ZAPD/ZRoom/ZRoomCommand.cpp @@ -37,7 +37,7 @@ void ZRoomCommand::DeclareReferencesLate(const std::string& prefix) std::string ZRoomCommand::GetCommandCName() const { - return "SCmdBase"; + return "SceneCmd"; } ZResourceType ZRoomCommand::GetResourceType() const |
