Reply to Dink.cpp (dir_num)
If you don't have an account, just leave the password field blank.
This function, that exist in the lines 6500~6600 of dink.cpp:
int dir_num ( char path[255])
I am not sure, but it returns the number of the first directory that is found on "path", right?
Also, in some place there are if (:: sound_on), and near it appears if (sound_on). What is the difference?
Also, below that function, in the lines 6400~, there is this other:
void getdir(char final[])
Now in that one I don't know what the result is.
----
Notice for Redink: this IS dink source discussion!
int dir_num ( char path[255])
I am not sure, but it returns the number of the first directory that is found on "path", right?
Also, in some place there are if (:: sound_on), and near it appears if (sound_on). What is the difference?
Also, below that function, in the lines 6400~, there is this other:
void getdir(char final[])
Now in that one I don't know what the result is.
----
Notice for Redink: this IS dink source discussion!
