Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
-
  • Loading branch information
Leonardo Javier Russo authored and Leonardo Javier Russo committed Jul 29, 2019
1 parent d58b618 commit cc30d1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quake3Game.js
Original file line number Diff line number Diff line change
Expand Up @@ -15309,7 +15309,7 @@ function copyTempDouble(ptr) {
}).join(' ');
}

var manifest = [{"name":"baseq3/pak0.pk3","compressed":41324739,"checksum":410294852}];
var manifest = [{"name":"baseq3/pak0.pk3","compressed":41324739,"checksum":4012908726}];
var fs_manifestName = allocate(intArrayFromString('fs_manifest'), 'i8', ALLOC_STACK);
var fs_manifest = allocate(intArrayFromString(formatManifestString(manifest.filter(activePaks))), 'i8', ALLOC_STACK);
_Cvar_Set(fs_manifestName, fs_manifest);
Expand Down
Binary file modified Quake3Game.pk3
Binary file not shown.

0 comments on commit cc30d1f

Please sign in to comment.