mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-01-22 07:32:07 -05:00
Thanks Peachy
Co-Authored-By: PeachyPeach <72323920+PeachyPeachSM64@users.noreply.github.com>
This commit is contained in:
parent
bc9273900f
commit
472aaa2362
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ static void enable_mod_read(char** tokens, UNUSED int numTokens) {
|
|||
|
||||
static void enable_mod(char* mod) {
|
||||
struct QueuedFile* queued = malloc(sizeof(struct QueuedFile));
|
||||
queued->path = strdup(mod);
|
||||
queued->path = mod;
|
||||
queued->next = NULL;
|
||||
if (!sQueuedEnableModsHead) {
|
||||
sQueuedEnableModsHead = queued;
|
||||
|
|
Loading…
Reference in a new issue