Skip to content

Commit

Permalink
0.0.007 -> 0.0.008 Release
Browse files Browse the repository at this point in the history
Minor cleanup for release.
  • Loading branch information
RyanBabij committed Jul 11, 2018
1 parent a2357ea commit ca9460b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CompileCount.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
*/
#include <string>

const std::string COMPILE_COUNT = "4222";
const std::string COMPILE_COUNT = "4230";
#endif
3 changes: 2 additions & 1 deletion Driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ void shutDown()

int main(int nArgs, char ** arg)
{
//std::cout<<"\nGarosoft: TheGuild WIP.\n\n";
std::cout<<"\nWorldSim by Garosoft (garosoft.org) "<<VERSION<<". Warning: This is not a stable release.\n";

GL_init(nArgs, arg);

/* Initialise game. Load textures, fonts etc. */
Expand Down
4 changes: 2 additions & 2 deletions Driver_Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ int lastline = 0;

bool FAST_COUT = false;

const int VERSION = 10004;
const std::string G_WINDOW_TITLE = "World Simulator";
const std::string VERSION = "0.0.008 Win32 dev";
const std::string G_WINDOW_TITLE = "WorldSim";

const std::string SAVE_FOLDER_PATH = "savedata";

Expand Down
3 changes: 2 additions & 1 deletion Menu_Title.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ class Menu_Title: public GUI_Interface, public LogicTickInterface
}
if (buttonTestSomething.clicked == true)
{
std::cout<<"Nothing to test right now.\n";
std::cout<<"Uh... 1+1=2. Yep it works.\n";
buttonTestSomething.unclick();
}
}
}
Expand Down

0 comments on commit ca9460b

Please sign in to comment.