aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/playlist.cpp
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-05-09 02:46:04 +0100
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-05-09 02:46:04 +0100
commit9ab7c43c34183915273cc8b5ccedd72568249b27 (patch)
tree6662f6f8d5a64bb86ec725faf48fe4c8cbe3eb70 /NorthstarDedicatedTest/playlist.cpp
parent503d336e9e695a0518f90f727f4a2fe4569615e6 (diff)
downloadNorthstarLauncher-9ab7c43c34183915273cc8b5ccedd72568249b27.tar.gz
NorthstarLauncher-9ab7c43c34183915273cc8b5ccedd72568249b27.zip
fix debug crashes
Diffstat (limited to 'NorthstarDedicatedTest/playlist.cpp')
-rw-r--r--NorthstarDedicatedTest/playlist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/playlist.cpp b/NorthstarDedicatedTest/playlist.cpp
index c1598825..59798510 100644
--- a/NorthstarDedicatedTest/playlist.cpp
+++ b/NorthstarDedicatedTest/playlist.cpp
@@ -1,5 +1,6 @@
#include "pch.h"
#include "playlist.h"
+#include "NSMem.h"
#include "hooks.h"
#include "concommand.h"
#include "convar.h"
@@ -72,7 +73,6 @@ int GetCurrentGamemodeMaxPlayersHook()
return maxPlayers;
}
-#include "NSMem.h"
ON_DLL_LOAD_RELIESON("engine.dll", PlaylistHooks, ConCommand, (HMODULE baseAddress)
{
RegisterConCommand("setplaylist", SetPlaylistCommand, "Sets the current playlist", FCVAR_NONE);