Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abramann committed Jun 5, 2023
1 parent b37d319 commit 6426588
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 5 deletions.
Binary file added Assets/cursor.cur
Binary file not shown.
5 changes: 5 additions & 0 deletions Assets/files.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
bullet https://opengameart.org/content/bullet-symbol
explosion https://opengameart.org/content/sophisticated-explosion
tank textures from github user https://github.com/dev-dtech
map textures from opengameart.org
cursor.ani from www.cursors-4u.com
Binary file removed Assets/fonts/Blazed.ttf
Binary file not shown.
5 changes: 2 additions & 3 deletions Assets/ini/server-info.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
port=922
players=2
map=Battle Ground
Port =922
Players =6
Binary file removed Assets/tankswar.cursor
Binary file not shown.
Binary file added Assets/texture/cursor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion common/game.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ class Game
HWND m_hwnd;
float m_timeDeltaMillsec;
float m_fps;
Image m_logo;
};

#endif
1 change: 0 additions & 1 deletion common/graphics.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ class Graphics
LPDIRECT3D9 m_lpDirect3d;
D3DPRESENT_PARAMETERS m_presentParameter;
#else ifdef _BUILD_WITH_D3D11

void initSwapChain(DXGI_SWAP_CHAIN_DESC& swapChainDesc);
void initDepthStencil(D3D11_TEXTURE2D_DESC& depthStencilDesc);
void initViewport(D3D11_VIEWPORT& viewport);
Expand Down

0 comments on commit 6426588

Please sign in to comment.