Fix: Typo in game.hpp

Just a typo fix in a code comment line.
save_ext
gdinit 6 years ago committed by Michael Lutz
parent 692c753865
commit 34b63930f5

@ -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();

Loading…
Cancel
Save