git repos / blockattack-game

commit d03bb1a1

sago007 · 2016-04-03 11:34
d03bb1a114c3a422f15c756e7dc0ee9f86ecfcec patch · browse files
parent ce444d3b5cc6f6de20bbbb1038e96bfe56515498

Removed potentional buggy overload

Changed files

M source/code/main.cpp before
diff --git a/source/code/main.cpp b/source/code/main.cpp index eed4119..0601df5 100644 --- a/source/code/main.cpp +++ b/source/code/main.cpp
@@ -910,11 +910,6 @@ public:
}
}
-
- void Update(int newtick) {
- BlockGame::Update(newtick);
- }
-
private:
int topx, topy;
};