mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-09 10:29:45 +01:00
Fix undeffing ARG_IS instead of ARG
Whoops. Noticed this earlier when I was merging upstream back into VCE, and interestingly enough, it doesn't look like cppcheck warns about undeffing a non-existent define.
This commit is contained in:
parent
78faea87ba
commit
ecf43d05dc
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ int main(int argc, char *argv[])
|
|||
})
|
||||
}
|
||||
#undef ARG_INNER
|
||||
#undef ARG_IS
|
||||
#undef ARG
|
||||
}
|
||||
|
||||
if(!FILESYSTEM_init(argv[0], baseDir, assetsPath))
|
||||
|
|
Loading…
Reference in a new issue