Fix: Typo in game.hpp

Just a typo fix in a code comment line.
This commit is contained in:
gdinit
2018-04-23 21:17:22 +01:00
committed by Michael Lutz
parent 692c753865
commit 34b63930f5

View File

@@ -55,7 +55,7 @@ public:
/** /**
* Resume execution of the Game Script. This function will not actually execute * 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. * mechanism that executes the script.
*/ */
static void Unpause(); static void Unpause();