Skip to content

Commit

Permalink
thank you git very cool
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsfdsfgs committed Jan 5, 2025
1 parent c597915 commit 839ef7c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/game/gfxmemory.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,12 @@ void gfxReset(void)
// ******** Original Amount required = %dK ber buffer\n
// ******** Extra Amount required = %dK ber buffer\n
// ******** Total of %dK (Double Buffered)\n
<<<<<<< HEAD
g_GfxSizesByPlayerCount[PLAYERCOUNT() - 1] = gfx + gfxtra;
g_GfxSizesByPlayerCount[PLAYERCOUNT() - 1] = (gfx + gfxtra) * GFX_SIZE_MULTIPLIER;
#ifndef PLATFORM_N64
if (PLAYERCOUNT() > MAX_LOCAL_PLAYERS) {
g_GfxSizesByPlayerCount[PLAYERCOUNT() - 1] *= MAX_PLAYERS / MAX_LOCAL_PLAYERS;
}
#endif
=======
g_GfxSizesByPlayerCount[PLAYERCOUNT() - 1] = (gfx + gfxtra) * GFX_SIZE_MULTIPLIER;
>>>>>>> 49cd478622e3fefdd5c60fbd314ef8185d0cbf9d
}

if (argFindByPrefix(1, "-mvtx")) {
Expand Down

0 comments on commit 839ef7c

Please sign in to comment.