Update plugins for transitional methods.

This commit is contained in:
David Anderson
2014-12-13 13:29:15 -08:00
parent 722a23c818
commit 1328984e0b
48 changed files with 620 additions and 620 deletions
+2 -2
View File
@@ -47,7 +47,7 @@ public Plugin myinfo =
};
int g_MapPos = -1;
Handle g_MapList = INVALID_HANDLE;
Handle g_MapList = null;
int g_MapListSerial = -1;
int g_CurrentMapStartTime;
@@ -130,7 +130,7 @@ void FindAndSetNextMap()
g_MapListSerial,
"mapcyclefile",
MAPLIST_FLAG_CLEARARRAY|MAPLIST_FLAG_NO_DEFAULT)
== INVALID_HANDLE)
== null)
{
if (g_MapListSerial == -1)
{