This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
Hero3
/
vcmi
réplica de
https://github.com/vcmi/vcmi.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Rect: fix serialization
Konstantin P
%!s(int64=2) %!d(string=hai) anos
pai
118b68349a
achega
6988b288ba
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
lib/Rect.h
+ 1
- 1
lib/Rect.h
Ver ficheiro
@@ -160,7 +160,7 @@ public:
h & x;
h & y;
h & w;
- h & h;
+ h &
this->
h;
}
};