diff --git a/code/ASEParser.cpp b/code/ASEParser.cpp
index 166782d77b2ddc701c1d42789f878584bf6d9a4a..12023c2394e2f5e41281c7c2554be1c8a1f7ea00 100644
--- a/code/ASEParser.cpp
+++ b/code/ASEParser.cpp
@@ -308,7 +308,7 @@ void Parser::Parse()
             if (TokenMatch(filePtr,"LIGHTOBJECT",11))
 
             {
-                m_vLights.push_back(Light());
+                m_vLights.push_back(Light("UNNAMED"));
                 ParseLV1ObjectBlock(m_vLights.back());
                 continue;
             }