Skip to content

Commit

Permalink
Working now
Browse files Browse the repository at this point in the history
  • Loading branch information
CrociDB committed Aug 9, 2009
1 parent 998ec03 commit 5b7f8a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CArm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ int CArm::getY(){
void CArm::show(BITMAP *buffer)
{
textprintf_ex(buffer, font, 0, 0, 0, -1, "TEste");
sprite->run(buffer);
//sprite->run(buffer);
}
2 changes: 1 addition & 1 deletion src/CGame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CGame::CGame()

App->SetBuffer(buffer);

game_status = GAME_GAME;
game_status = GAME_OPEN;

// Maps test
Arm = new CArm();
Expand Down

0 comments on commit 5b7f8a1

Please sign in to comment.