X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Feng_core.cpp;h=b491a80d5d6a4ff1ba9d49136612dc68d528b02b;hb=52483d8c2e16d2298a30e8b5aca4a90c07ea1816;hp=2bfb4ca153c7cb0e4a053d8a3c2c331b8475fb6b;hpb=053d2be9c2c5877ebc13a6b2e9afeb0c8359e1f0;p=16.git diff --git a/src/eng_core.cpp b/src/eng_core.cpp index 2bfb4ca1..b491a80d 100644 --- a/src/eng_core.cpp +++ b/src/eng_core.cpp @@ -24,7 +24,7 @@ namespace engine{ this->frames_per_second = 60; // Global Variables - this->bing = 4; // test global variable + this->mode = 4; // test global variable this->x = 0; // X this->y = 0; // Y @@ -122,8 +122,8 @@ namespace engine{ std::cout << "1 - 9 for graphical tests!" << std::endl; std::cout << "space bar for control and sprite test!" << std::endl; std::cout << "z key for noise!" << std::endl; - std::cout << "Press press any key to continue!" << std::endl; - getch(); + //std::cout << "Press press any key to continue!" << std::endl; + //getch(); std::cout << "INPUT INITIATION" << std::endl; setkb(1); std::cout << "INITIATION" << std::endl; @@ -167,7 +167,8 @@ namespace engine{ //int a;std::cin >> a; graphics_flag = true; this->timer.start_timer(); -//==== std::cout << "GRAPHICS GRAPHICS GRAPHICS GRAPHICS GRAPHICS" << std::endl; +//==== std::cout << "GRAPHICS GRAPHICS GRAPHICS GRAPHICS GRAPHICS" << std::endl; + updatevbuff(); } else {