aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/mapsprint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDedicatedTest/mapsprint.cpp')
-rw-r--r--NorthstarDedicatedTest/mapsprint.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDedicatedTest/mapsprint.cpp b/NorthstarDedicatedTest/mapsprint.cpp
index ca66487e..bf94c548 100644
--- a/NorthstarDedicatedTest/mapsprint.cpp
+++ b/NorthstarDedicatedTest/mapsprint.cpp
@@ -106,10 +106,10 @@ void RefreshMapList()
}
}
-typedef int (*_Host_Map_f_CompletionFuncType)(
+typedef int (*__fastcall _Host_Map_f_CompletionFuncType)(
char const* cmdname, char const* partial, char commands[COMMAND_COMPLETION_MAXITEMS][COMMAND_COMPLETION_ITEM_LENGTH]);
_Host_Map_f_CompletionFuncType _Host_Map_f_CompletionFunc;
-int _Host_Map_f_CompletionFuncHook(
+int __fastcall _Host_Map_f_CompletionFuncHook(
char const* cmdname, char const* partial, char commands[COMMAND_COMPLETION_MAXITEMS][COMMAND_COMPLETION_ITEM_LENGTH])
{
// don't update our map list often from this func, only refresh every 10 seconds so we avoid constantly reading fs