diff options
| author | oy <Tom_Adams@web.de> | 2010-06-22 02:07:52 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-06-22 02:07:52 +0200 |
| commit | 62ffaa91422df95bf1e027d9b8da8cf1053256f8 (patch) | |
| tree | 45edb03d41bf079d4a3a3f28a30029378a52c144 /src/game | |
| parent | d01776bf3f4166797c1ce9145e47e3d21b7274c2 (diff) | |
| download | zcatch-62ffaa91422df95bf1e027d9b8da8cf1053256f8.tar.gz zcatch-62ffaa91422df95bf1e027d9b8da8cf1053256f8.zip | |
added a lost newline
Diffstat (limited to 'src/game')
| -rw-r--r-- | src/game/editor/ed_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/editor/ed_editor.cpp b/src/game/editor/ed_editor.cpp index 21ffe31f..52477095 100644 --- a/src/game/editor/ed_editor.cpp +++ b/src/game/editor/ed_editor.cpp @@ -3050,4 +3050,4 @@ void CEditor::UpdateAndRender() Input()->ClearEvents(); } -IEditor *CreateEditor() { return new CEditor; } \ No newline at end of file +IEditor *CreateEditor() { return new CEditor; } |