added todo section to readme
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user