Changeset - r22829:674b5f3bec8e
[Not reviewed]
master
0 1 0
gdinit - 6 years ago 2018-04-23 20:17:22
gdinit@users.noreply.github.com
Fix: Typo in game.hpp

Just a typo fix in a code comment line.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/game/game.hpp
Show inline comments
 
@@ -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();
0 comments (0 inline, 0 general)