logs, github

This commit is contained in:
DileSoft
2021-01-17 11:02:11 +03:00
committed by Alexander Guryanov
parent 2b52836b29
commit f438a3789a
2 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ name: Vangers Windows 32bit Build
on:
push:
branches: [ master ]
branches: [ master, surmap_dilesoft ]
pull_request:
branches: [ master, 60fps, hd_v2 ]
@@ -86,6 +86,8 @@ jobs:
msys2do strip vangers/bin/vangers.exe
cp build/server/vangers_server.exe vangers/bin/
msys2do strip vangers/bin/vangers_server.exe
cp build/surmap/surmap.exe vangers/bin/
msys2do strip vangers/bin/surmap.exe
- uses: actions/upload-artifact@v1
with:
name: Vangers-Release-32

View File

@@ -795,7 +795,7 @@ void pixSetR(int x,int y,int delta,int surf)
void pixDownSet(int x,int y,int delta,int surf)
{
std::cout<<"pixDownSet"<<std::endl;
// std::cout<<"pixDownSet"<<std::endl;
uchar** lt = vMap -> lineT;
uchar* pa = lt[y];