Skip to content

Commit

Permalink
Version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ZwipZwapZapony committed Aug 6, 2024
1 parent 2448c06 commit 0f06f3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DOOMExtract/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ static void PrintUsage(bool fullHelp, ProgramMode mode)

static int Main(string[] args)
{
Console.WriteLine("DOOMExtract originally by infogram, v0.2+ by Zwip-Zwap Zapony");
Console.WriteLine("DOOMExtract originally by infogram, v0.3 by Zwip-Zwap Zapony");
Console.WriteLine("https://github.com/ZwipZwapZapony/DOOMModLoader");
Console.WriteLine();

Expand Down
2 changes: 1 addition & 1 deletion DOOMModLoader/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static void PrintUsage()

static int Main(string[] args)
{
Console.WriteLine("DOOMModLoader originally by infogram, v0.2+ by Zwip-Zwap Zapony and PowerBall253");
Console.WriteLine("DOOMModLoader originally by infogram, v0.3 by Zwip-Zwap Zapony and PowerBall253");
Console.WriteLine("https://github.com/ZwipZwapZapony/DOOMModLoader");
Console.WriteLine();

Expand Down
2 changes: 1 addition & 1 deletion idCrypt/idCrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ void PrintUsage(void)

int main(int argc, char *argv[])
{
printf("idCrypt originally by emoose, v0.2+ by Zwip-Zwap Zapony - https://github.com/ZwipZwapZapony/DOOMModLoader\n\n");
printf("idCrypt originally by emoose, v0.3 by Zwip-Zwap Zapony - https://github.com/ZwipZwapZapony/DOOMModLoader\n\n");

signed char decrypt = -1;
char* filePath = NULL;
Expand Down

0 comments on commit 0f06f3f

Please sign in to comment.