mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-13 00:24:44 +00:00
ctc replacemnt on load
This commit is contained in:
parent
130ef66f55
commit
65fb7cb683
1 changed files with 2 additions and 0 deletions
|
@ -1100,6 +1100,8 @@ FS_LoadDAT(const char *packPath)
|
|||
p ++;
|
||||
}
|
||||
|
||||
printf("file: %s\n", files[i].name);
|
||||
|
||||
/* copy length */
|
||||
files[i].offset = LittleLong(info[i].filepos);
|
||||
files[i].size = LittleLong(info[i].filelen);
|
||||
|
|
Loading…
Reference in a new issue