1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Stacks #3 -> towards new system of stack operations.

This commit is contained in:
Michał W. Urbańczyk
2010-11-27 20:17:28 +00:00
parent 7c3f3d20c3
commit fdb541d81e
13 changed files with 339 additions and 187 deletions

View File

@@ -22,6 +22,7 @@
*
*/
CGameState* CPackForServer::GS(CGameHandler *gh)
{
return gh->gs;