mirror of
https://github.com/edubart/otclient.git
synced 2025-12-22 16:27:10 +01:00
Closes #236
This commit is contained in:
@@ -57,10 +57,14 @@ namespace Otc
|
||||
DrawStaticTexts = 512,
|
||||
DrawAnimatedTexts = 1024,
|
||||
DrawAnimations = 2048,
|
||||
DrawBars = 4096,
|
||||
DrawNames = 8192,
|
||||
DrawLights = 16384,
|
||||
DrawWalls = DrawOnBottom | DrawOnTop,
|
||||
DrawEverything = DrawGround | DrawGroundBorders | DrawWalls | DrawItems |
|
||||
DrawCreatures | DrawEffects | DrawMissiles | DrawCreaturesInformation |
|
||||
DrawStaticTexts | DrawAnimatedTexts | DrawAnimations
|
||||
DrawStaticTexts | DrawAnimatedTexts | DrawAnimations | DrawBars | DrawNames |
|
||||
DrawLights
|
||||
};
|
||||
|
||||
enum DatOpts {
|
||||
|
||||
Reference in New Issue
Block a user