Skip to content

Commit

Permalink
Updated release stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
alekasm committed Jan 18, 2021
1 parent fd51862 commit 9d97d2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -341,4 +341,5 @@ healthchecksdb

# Custom SC2KRender Files
*.sc2
maps/
maps/
Steam/
2 changes: 1 addition & 1 deletion SC2KRender/SC2KRender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ int APIENTRY wWinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance
SetConsoleMode(hInput, dwMode & ENABLE_EXTENDED_FLAGS);
ShowWindow(GetConsoleWindow(), SW_HIDE);

printf("SC2KRender (Version 0.6)\n");
printf("SC2KRender (Version 0.7)\n");
printf("Written by Aleksander Krimsky | www.krimsky.net\n");
printf("3D Models by Thomas Nelson\n");
printf("Written with DirectX 11 - Modified DirectXTK\n");
Expand Down

0 comments on commit 9d97d2e

Please sign in to comment.