Skip to content

Commit

Permalink
Updated Version for 0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alekasm committed Jan 24, 2021
1 parent 6b805c0 commit d6d26a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SC2KRender/SC2KRender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ int APIENTRY wWinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance
SetConsoleMode(hInput, dwMode & ENABLE_EXTENDED_FLAGS);
ShowWindow(GetConsoleWindow(), SW_HIDE);

printf("SC2KRender (Version 0.7)\n");
printf("SC2KRender (Version 0.8)\n");
printf("Written by Aleksander Krimsky | www.krimsky.net\n");
printf("3D Models by Thomas Nelson\n");
printf("Lead Artist: Thomas Nelson\n");
printf("Written with DirectX 11 - Modified DirectXTK\n");
printf("GitHub: https://github.com/alekasm/SC2KRender \n");
printf("\nControls:\nFree Cam: WASD\nStrafe Up/Down: RF\n\n");
Expand Down

0 comments on commit d6d26a8

Please sign in to comment.