Mercurial > mm7
comparison Indoor.cpp @ 520:35f28d4c0ff9
GlobalEventInfo changed to LevelDecoration* activeLevelDecoration
author | Gloval |
---|---|
date | Fri, 01 Mar 2013 23:43:21 +0400 |
parents | cb0ad52d6a26 |
children | 9caf59edb1ee |
comparison
equal
deleted
inserted
replaced
519:8f70e52646eb | 520:35f28d4c0ff9 |
---|---|
39 | 39 |
40 struct DecorationList *pDecorationList; | 40 struct DecorationList *pDecorationList; |
41 | 41 |
42 LevelDecoration pLevelDecorations[3000]; | 42 LevelDecoration pLevelDecorations[3000]; |
43 size_t uNumLevelDecorations; | 43 size_t uNumLevelDecorations; |
44 int GlobalEventInfo; | 44 LevelDecoration* activeLevelDecoration; |
45 | 45 |
46 LEVEL_TYPE uCurrentlyLoadedLevelType = LEVEL_null; | 46 LEVEL_TYPE uCurrentlyLoadedLevelType = LEVEL_null; |
47 | 47 |
48 stru320 stru_F8AD28; // idb | 48 stru320 stru_F8AD28; // idb |
49 stru337 stru_F81018; | 49 stru337 stru_F81018; |