mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
build 170502. minor fixes for brakes subsystem, distribution of sandbox commands to other consist units
This commit is contained in:
@@ -424,7 +424,6 @@ opengl_texture::load_TGA() {
|
||||
else if( tgaheader[ 2 ] == 10 ) {
|
||||
// compressed TGA
|
||||
int currentpixel = 0;
|
||||
int currentbyte = 0;
|
||||
|
||||
unsigned char buffer[ 4 ] = { 255, 255, 255, 255 };
|
||||
const int pixelcount = data_width * data_height;
|
||||
|
||||
Reference in New Issue
Block a user