1
0
Fork 0
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:
Misa 2020-07-15 18:27:54 -07:00 committed by Ethan Lee
parent 78faea87ba
commit ecf43d05dc

View file

@ -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))