added todo section to readme

This commit is contained in:
Doc
2025-08-18 13:26:33 +02:00
parent 6391e27c68
commit e695c39e5a
2 changed files with 6 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ func (w *Wad) ReadLumpByName(name string) ([]byte, int, error) {
return nil, -1, fmt.Errorf("lump %q not found", want)
}
// Finden der Map( start und ende) in der WAD
// Finden der Map-Marker(start und ende) in der WAD
func (w *Wad) FindMap(marker string) (start, end int, err error) {
m := strings.ToUpper(marker)
start = -1