Skip to content

Commit 252218e

Browse files
committed
Small fixes
1 parent 40a0d1d commit 252218e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Client/mods/deathmatch/logic/CClientDFF.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ bool CClientDFF::ReplaceObjectModel(RpClump* pClump, ushort usModel, bool bAlpha
330330
g_pGame->GetModelInfo(usModel)->RestreamIPL();
331331

332332
// Grab the model info for that model and replace the model
333-
CModelInfo* pModelInfo = g_pGame->GetModelInfo(usModel);
333+
CModelInfo* pModelInfo = g_pGame->GetModelInfo(usModel);
334334

335335
if (!pModelInfo->SetCustomModel(pClump))
336336
return false;

win-create-projects.bat

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
@echo off
22

3+
rem Update CEF eventually
4+
utils\premake5.exe install_cef
35

6+
rem Update Unifont
7+
utils\premake5.exe install_unifont
8+
9+
rem Update discord-rpc
10+
utils\premake5.exe install_discord
411

512
rem Generate solutions
613
utils\premake5.exe vs2022

0 commit comments

Comments
 (0)