mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-21 19:32:30 +00:00
just added a comment
This commit is contained in:
parent
2e61dac258
commit
1970ba1b43
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ qpic_t *Draw_CachePic (char *path)
|
|||
dat = (qpic_t *)COM_LoadTempFile (path);
|
||||
if (!dat)
|
||||
Sys_Error ("Draw_CachePic: failed to load %s", path);
|
||||
SwapPic (dat);
|
||||
SwapPic (dat); // endian fixup
|
||||
|
||||
// HACK HACK HACK --- we need to keep the bytes for
|
||||
// the translatable player picture just for the menu
|
||||
|
|
Loading…
Reference in a new issue