mirror of
https://github.com/zeldaret/ss
synced 2026-06-10 04:53:45 -04:00
Remove outdated comment
This commit is contained in:
@@ -367,7 +367,6 @@ int dRawArcTable_c::ensureAllEntriesLoaded() {
|
||||
|
||||
extern "C" bool strequals(const char *, const char *);
|
||||
|
||||
// TODO the load from self can happen earlier
|
||||
dRawArcEntry_c *dRawArcTable_c::findEntry(const char *name) const {
|
||||
dRawArcEntry_c *entry = mpEntries;
|
||||
for (int i = 0; i < mCount; i++) {
|
||||
|
||||
Reference in New Issue
Block a user