16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 09:59:18 +02:00

re-enabled door controls (hard-coded and limited to EZT for the time being); added more convenient version of getkyval(); fixed disappearing vehicle wheels.

This commit is contained in:
tmj-fstate
2017-01-19 17:49:49 +01:00
parent 6ab550831d
commit 8fe465afef
8 changed files with 100 additions and 64 deletions

View File

@@ -117,7 +117,7 @@ TIsolated * TIsolated::Find(const string &n)
return p;
p = p->pNext;
}
pRoot = new TIsolated(n, pRoot);
pRoot = new TIsolated(n, pRoot); // BUG: source of a memory leak
return pRoot;
};