Skip to content

Commit d67c388

Browse files
committed
fix encoding issue in tf_shareddefs from prev change
1 parent a9ccca4 commit d67c388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/shared/tf/tf_shareddefs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ void LoadObjectInfos( IBaseFileSystem *pFileSystem )
14671467
// Does it make sense to call the below Steam API so it'll force a validation next startup time?
14681468
// Need to verify it's real corruption and not someone dorking around with their objects.txt file...
14691469
//
1470-
// From Martin Otten: If you have a file on disc and youre 100% sure its
1470+
// From Martin Otten: If you have a file on disc and you're 100% sure it's
14711471
// corrupt, call ISteamApps::MarkContentCorrupt( false ), before you shutdown
14721472
// the game. This will cause a content validation in Steam.
14731473

0 commit comments

Comments
 (0)