Add a todo reminding me to do MoHRadiant terrain.

This commit is contained in:
Will
2016-02-20 16:50:56 -07:00
parent 902b1f9f49
commit ef5454bf92

View File

@@ -51,6 +51,7 @@ namespace LibBSP {
texture = lines[2];
switch (lines[0]) {
// TODO: MoHRadiant terrain?
case "terrainDef": {
for (int i = 2; i < lines.Length; ++i) {
string[] line = lines[i].Split(new char[] { ' ' }, StringSplitOptions.RemoveEmptyEntries);