diff options
| author | Shereef Marzouk <GreYFoXGTi@Gmail.cim> | 2011-08-02 12:14:49 +0200 |
|---|---|---|
| committer | Shereef Marzouk <GreYFoXGTi@Gmail.cim> | 2011-08-02 12:14:49 +0200 |
| commit | 2b5c532589b225431ad1dc02212e274c25493a17 (patch) | |
| tree | 542f73773719296fc6a1c36110595dcd79604822 /src/game/editor | |
| parent | c1b23535ff4669cdd21043b885e9d7ffa2bc2381 (diff) | |
| download | zcatch-2b5c532589b225431ad1dc02212e274c25493a17.tar.gz zcatch-2b5c532589b225431ad1dc02212e274c25493a17.zip | |
converted white spaces to tabs
Diffstat (limited to 'src/game/editor')
| -rw-r--r-- | src/game/editor/editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/editor/editor.cpp b/src/game/editor/editor.cpp index 500e600b..5c897953 100644 --- a/src/game/editor/editor.cpp +++ b/src/game/editor/editor.cpp @@ -957,7 +957,7 @@ void CEditor::DoToolbar(CUIRect ToolBar) if(DoButton_Editor(&s_BorderBut, "Border", pT?0:-1, &Button, 0, "Adds border tiles")) { if(pT) - DoMapBorder(); + DoMapBorder(); } } |