mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-04-22 09:31:14 +00:00
Silenced some compiler warnings...
This commit is contained in:
parent
f371032ecd
commit
079614419a
5 changed files with 5 additions and 5 deletions
|
@ -66,7 +66,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
private Dictionary<Sector, string[]> sectortexts;
|
||||
|
||||
// Interface
|
||||
private bool editpressed;
|
||||
new private bool editpressed;
|
||||
private bool selectionfromhighlight; //mxd
|
||||
|
||||
// Stores sizes of the text for text labels so that they only have to be computed once
|
||||
|
|
|
@ -57,7 +57,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
private long flashstarttime;
|
||||
|
||||
// Interface
|
||||
protected bool editpressed;
|
||||
new private bool editpressed;
|
||||
|
||||
//mxd. Used in overlay rendering
|
||||
private Dictionary<Sector, Sector> associates;
|
||||
|
|
|
@ -59,7 +59,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
private readonly Association highlightasso;
|
||||
|
||||
// Interface
|
||||
private bool editpressed;
|
||||
new private bool editpressed;
|
||||
private bool selectionfromhighlight; //mxd
|
||||
|
||||
// Labels
|
||||
|
|
|
@ -59,7 +59,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
private readonly Association highlightasso;
|
||||
|
||||
// Interface
|
||||
private bool editpressed;
|
||||
new private bool editpressed;
|
||||
private bool thinginserted;
|
||||
private bool awaitingMouseClick; //mxd
|
||||
private bool selectionfromhighlight; //mxd
|
||||
|
|
|
@ -53,7 +53,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
private Vector2D insertpreview = new Vector2D(float.NaN, float.NaN); //mxd
|
||||
|
||||
// Interface
|
||||
private bool editpressed;
|
||||
new private bool editpressed;
|
||||
private bool selectionfromhighlight; //mxd
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Reference in a new issue