mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-12-03 22:52:38 +00: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) {
|
static void enable_mod(char* mod) {
|
||||||
struct QueuedFile* queued = malloc(sizeof(struct QueuedFile));
|
struct QueuedFile* queued = malloc(sizeof(struct QueuedFile));
|
||||||
queued->path = strdup(mod);
|
queued->path = mod;
|
||||||
queued->next = NULL;
|
queued->next = NULL;
|
||||||
if (!sQueuedEnableModsHead) {
|
if (!sQueuedEnableModsHead) {
|
||||||
sQueuedEnableModsHead = queued;
|
sQueuedEnableModsHead = queued;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue