* (windows) Version # is now shown in title bar

* (bugfix) Fixed some issues with how default offsets are calculated, it fixed some problems where sprites would be in the wrong place in certain DMODs
- Added info to programmer_readme.txt about how to set the Windows version to build

git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1476 353e56fe-9613-0410-8469-b96ad8e6f29c
This commit is contained in:
seth 2017-09-13 09:48:34 +00:00
parent e3ad75909f
commit 0fe6c06c7d
5 changed files with 217 additions and 41 deletions

View file

@ -51,7 +51,7 @@ Entity * CreateQuickTipFirstTimeOnly(Entity *pParentEnt, string tipFileName, boo
#ifdef _DEBUG
//cheat to always show quicktips
GetApp()->GetShared()->DeleteVarsStartingWith("tip_"); //for testing
//GetApp()->GetShared()->DeleteVarsStartingWith("tip_"); //for testing
#endif
if (GetApp()->GetShared()->GetVarIfExists(key))