mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Add note about MOTDICON
This commit is contained in:
parent
819ebc4c26
commit
c2c46aca58
1 changed files with 3 additions and 0 deletions
|
|
@ -1379,6 +1379,9 @@ static void ST_DrawServerSplash(void)
|
|||
gridX += (gridPatch->width * FRACUNIT);
|
||||
}
|
||||
|
||||
// We're a bit crunched atm to do this but hopefully in the future
|
||||
// the icon can be made a bmp file on the hard drive that the server
|
||||
// sends on client join instead.
|
||||
patch_t *iconPatch = W_CachePatchName("MOTDICON", PU_CACHE);
|
||||
fixed_t iconX = (BASEVIDWIDTH - 16 - iconPatch->width) * FRACUNIT;
|
||||
fixed_t iconY = (BASEVIDHEIGHT - 8 - iconPatch->height) * FRACUNIT;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue