diff options
Diffstat (limited to 'src/l4dmm.c')
-rw-r--r-- | src/l4dmm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/l4dmm.c b/src/l4dmm.c index 8394038..3c7a07c 100644 --- a/src/l4dmm.c +++ b/src/l4dmm.c @@ -95,7 +95,7 @@ const char *l4dmm_curcampaign(void) { } INIT { - // ugh, we NEED to centralise the library stuff at some point, this sucks + // XXX: ugh, we NEED to centralise library stuff at some point, this sucks #ifdef _WIN32 void *mmlib = GetModuleHandleW(L"matchmaking.dll"); #else |