X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_map.pas;h=026ef9bfc35760de0b8ae1fcf6d202b471429967;hp=a33ceda485c5bef327fed088b944340dc0796151;hb=16333a342f6a12afee83673e55a123f6b700a804;hpb=f517a19e84dae6941cff317aaf6fbcc3a5c5bb6f diff --git a/src/game/g_map.pas b/src/game/g_map.pas index a33ceda..026ef9b 100644 --- a/src/game/g_map.pas +++ b/src/game/g_map.pas @@ -242,6 +242,8 @@ type var mapGrid: TPanelGrid = nil; // DO NOT USE! public for debugging only! +var (* private state *) + Textures: TLevelTextureArray = nil; implementation @@ -523,7 +525,6 @@ begin end; var - Textures: TLevelTextureArray = nil; TextNameHash: THashStrInt = nil; // key: texture name; value: index in `Textures` BadTextNameHash: THashStrInt = nil; // set; so we won't spam with non-existing texture messages RespawnPoints: array of TRespawnPoint;