mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
Remove commented-out code.
This commit is contained in:
parent
1746a57688
commit
d3a486ee24
@ -661,7 +661,6 @@ void bm_ChangeEndName(const char *src, char *dest) {
|
||||
ddio_SplitPath(src, path, filename, ext);
|
||||
limit = BITMAP_NAME_LEN - 7;
|
||||
// Make sure we don't go over our name length limit
|
||||
// strncpy(filename, filename, limit);
|
||||
filename[limit] = 0;
|
||||
Start:
|
||||
if (curnum != -1)
|
||||
|
Loading…
Reference in New Issue
Block a user