BLADERUNNER: introduced some game constants

Game script are more readable now
Fixed name of Officer Leary
This commit is contained in:
Peter Kohaut 2017-03-29 01:50:47 +02:00
parent 4564b84d91
commit d42b39817d
133 changed files with 10670 additions and 11427 deletions

View file

@ -78,7 +78,7 @@ bool TextResource::open(const char *name) {
s->read(_strings, remain);
#if 0
#if _DEBUG
debug("\n%s\n----------------", resName);
for (uint32 i = 0; i != (uint32)_count; ++i) {
debug("%3d: %s", i, getText(i));