1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2024-11-02 16:27:18 -04:00

include current dir as well

This commit is contained in:
me 2022-06-21 16:15:56 +04:30
parent 347d565930
commit 5ec7174e3e

View File

@ -350,7 +350,7 @@ int main(int argc,char** argv){
printf("This game doesn't take arguments");
}
char path[1000];
//snprintf(path,999,"%s:.",path);//include current dir at the end
snprintf(path,999,"%s:.",path);//include current dir at the end
signal(SIGINT,sigint_handler);
initscr();
noecho();