mirror of https://github.com/zeldaret/botw.git
Remove obsolete comment
This commit is contained in:
parent
6e08ff5029
commit
dd4f0a6ac4
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
namespace ksys::res {
|
namespace ksys::res {
|
||||||
|
|
||||||
// NON_MATCHING: reorderings for the "テーブルの数" SafeString ctor
|
|
||||||
bool Drop::parse_(u8* data, size_t, sead::Heap* heap) {
|
bool Drop::parse_(u8* data, size_t, sead::Heap* heap) {
|
||||||
mTableNum.init(0, "TableNum", "テーブルの数", &mObj);
|
mTableNum.init(0, "TableNum", "テーブルの数", &mObj);
|
||||||
addObj(&mObj, "Header");
|
addObj(&mObj, "Header");
|
||||||
|
|
Loading…
Reference in New Issue