Corrections in 3.4.6

This commit is contained in:
Kallfaktorn 2011-05-03 09:36:18 +02:00
parent 282b568440
commit 2ed297b344

View file

@ -4137,14 +4137,14 @@ The game virtual machine module
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
This module is holds the game logic of a game and is responsible for the This module holds the game logic of a game and is responsible for the vm
vm associated with each game. associated with each game.
It consists the state of the vm and a table token associated with a running It contains the state of the VM and a table token associated with a running
game. game.
The game token is given to game vm during initialization. The game token is given to game VM during initialization.
This will create a new vm instance and various objects associated to the This will create a new vm instance and various objects associated to the
vm instance. VM instance.
Then the source code of a game is loaded into the vm and the game is ready Then the source code of a game is loaded into the VM and the game is ready
for startup. for startup.
This module does not affect game runtime but evaluates a new game state This module does not affect game runtime but evaluates a new game state
and handles communication between the game and the players. and handles communication between the game and the players.