about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2011-05-16 19:54:35 +0200
committeroy <Tom_Adams@web.de>2011-05-16 19:54:35 +0200
commit896ef2f2355d2dbc370a0bba89ba1664ce10c190 (patch)
tree01bbdb1d5b44089f91358a1d9cbf56aebfc3a541 /src/game
parente4c85b00db4f82d746a767740e02e162a92b4e01 (diff)
downloadzcatch-896ef2f2355d2dbc370a0bba89ba1664ce10c190.tar.gz
zcatch-896ef2f2355d2dbc370a0bba89ba1664ce10c190.zip
removed load/save binds in the editor
Diffstat (limited to 'src/game')
-rw-r--r--src/game/editor/editor.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/game/editor/editor.cpp b/src/game/editor/editor.cpp
index 8a0cad53..98c15619 100644
--- a/src/game/editor/editor.cpp
+++ b/src/game/editor/editor.cpp
@@ -3380,18 +3380,6 @@ void CEditor::UpdateAndRender()
 	if(Input()->KeyDown(KEY_TAB))
 		m_GuiActive = !m_GuiActive;
 
-	if(Input()->KeyDown(KEY_F5))
-		Save("maps/debug_test2.map");
-
-	if(Input()->KeyDown(KEY_F6))
-		Load("maps/debug_test2.map", IStorage::TYPE_ALL);
-	
-	if(Input()->KeyDown(KEY_F8))
-		Load("maps/debug_test.map", IStorage::TYPE_ALL);
-	
-	if(Input()->KeyDown(KEY_F7))
-		Save("maps/quicksave.map");
-
 	if(Input()->KeyDown(KEY_F10))
 		m_ShowMousePointer = false;