git repos / blockattack-game

commit cb49f111

sago007 · 2016-03-16 20:45
cb49f111aa4ae54b1939fd842baf2b4317ed5e6a patch · browse files
parent 2ebcfd8a0326e59aeb7da84ccc12a6038138b92f

Added version info in the title line

Changed files

M source/code/main.cpp before
diff --git a/source/code/main.cpp b/source/code/main.cpp index e82d6f7..b7a8cf8 100644 --- a/source/code/main.cpp +++ b/source/code/main.cpp
@@ -1711,7 +1711,7 @@ int main(int argc, char* argv[]) {
SDL_SetHint(SDL_HINT_RENDER_SCALE_QUALITY, "1");
//Open video
int createWindowParams = 0; //SDL_WINDOW_RESIZABLE;
- sdlWindow = SDL_CreateWindow("Block Attack - Rise of the Blocks",
+ sdlWindow = SDL_CreateWindow("Block Attack - Rise of the Blocks " VERSION_NUMBER,
SDL_WINDOWPOS_UNDEFINED,
SDL_WINDOWPOS_UNDEFINED,
xsize, ysize,