Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vlad Doc
SRB2
Commits
68ceb932
Commit
68ceb932
authored
9 years ago
by
Luna
Browse files
Options
Downloads
Patches
Plain Diff
nonsense removal
removing a dummy check
parent
6de053a8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/d_main.c
+1
-6
1 addition, 6 deletions
src/d_main.c
with
1 addition
and
6 deletions
src/d_main.c
+
1
−
6
View file @
68ceb932
...
...
@@ -145,7 +145,7 @@ char srb2path[256] = ".";
#endif
boolean
usehome
=
true
;
const
char
*
pandf
=
"%s"
PATHSEP
"%s"
;
const
char
*
ASSET_HASH_JTELUA_DLL
=
"a6625632aa87a2221dfe25eada57b664"
;
//
// EVENT HANDLING
//
...
...
@@ -833,9 +833,6 @@ static void IdentifyVersion(void)
// Add the weapons
D_AddFile
(
va
(
pandf
,
srb2waddir
,
"rings.dta"
));
//--Add temporary lua/wad fixes until next patch, or 2.3
D_AddFile
(
va
(
pandf
,
srb2waddir
,
"liblua-51_ex.dll"
));
// Add our crappy patches to fix our bugs
// D_AddFile(va(pandf,srb2waddir,"patch.dta"));
...
...
@@ -1128,8 +1125,6 @@ void D_SRB2Main(void)
W_VerifyFileMD5
(
1
,
ASSET_HASH_ZONES_DTA
);
// zones.dta
W_VerifyFileMD5
(
2
,
ASSET_HASH_PLAYER_DTA
);
// player.dta
W_VerifyFileMD5
(
3
,
ASSET_HASH_RINGS_DTA
);
// rings.dta
//Explicitly required for JTE related lua fixes (temporary)
W_VerifyFileMD5
(
4
,
ASSET_HASH_JTELUA_DLL
);
// liblua-51_ex.dll
//W_VerifyFileMD5(4, "0c66790502e648bfce90fdc5bb15722e"); // patch.dta
// don't check music.dta because people like to modify it, and it doesn't matter if they do
// ...except it does if they slip maps in there, and that's what W_VerifyNMUSlumps is for.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment