From 4e24d9d927ea1fdf2e1e6c41d8db0d298664807c Mon Sep 17 00:00:00 2001 From: branan Date: Wed, 2 Nov 2011 23:13:00 -0700 Subject: [PATCH] Fix MaxPlasmaLights for max 2012 closes #97 --- Sources/Tools/MaxPlasmaLights/DLLEntry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Tools/MaxPlasmaLights/DLLEntry.cpp b/Sources/Tools/MaxPlasmaLights/DLLEntry.cpp index 760585fb..6643b08d 100644 --- a/Sources/Tools/MaxPlasmaLights/DLLEntry.cpp +++ b/Sources/Tools/MaxPlasmaLights/DLLEntry.cpp @@ -80,7 +80,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL,ULONG fdwReason,LPVOID lpvReserved) __declspec(dllexport) const TCHAR* LibDescription() { - return NULL; + return TEXT("MaxPlasmaLights"); } __declspec(dllexport) int LibNumberClasses()