Fix: Typo in game.hpp

Just a typo fix in a code comment line.
This commit is contained in:
gdinit
2018-04-23 23:14:23 +02:00
committed by Michael Lutz
parent 692c753865
commit 34b63930f5
+1 -1
View File
@@ -55,7 +55,7 @@ public:
/**
* Resume execution of the Game Script. This function will not actually execute
* the script, but set a flag so that the script is executed my the usual
* the script, but set a flag so that the script is executed by the usual
* mechanism that executes the script.
*/
static void Unpause();