[10605] Fixed infinity loop at grid loading

this also probably solves the problem that object tries to be loaded twice
This commit is contained in:
SilverIce 2010-10-13 22:39:07 +03:00
parent 90e4480439
commit 4c5c6c46a1
2 changed files with 7 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10604"
#define REVISION_NR "10605"
#endif // __REVISION_NR_H__