Skip to content
This repository was archived by the owner on Jun 12, 2025. It is now read-only.

Commit 085203f

Browse files
GamerMan7799GamerMan7799
authored andcommitted
Update Main to V1.4c
2015/07/06 1.4c Patrick Rye -Added locked doors. -Added Keys which can be found randomly on some monsters
1 parent 35d54d8 commit 085203f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Made By: Patrick J. Rye
33
Purpose: A game I made as an attempt to teach myself c++, just super basic, but going to try to keep improving it as my knowledge increases.
4-
Current Revision: 1.4c-dev3
4+
Current Revision: 1.4c
55
Change Log---------------------------------------------------------------------------------------------------------------------------------------------------
66
Date Revision Changed By Changes
77
------ --------- ------------ ---------------------------------------------------------------------------------------------------------------------
@@ -50,7 +50,7 @@ Dungeon d; //Define the dungeon class as 'd' so I can use functions in there any
5050
unsigned char intMainLevel = 1; //The level of the dungeon.
5151
unsigned char intLevelStart = 1; //The level that the game starts at. Will be 1 unless loading from a save.
5252
bool blDebugMode = false; //If game is in debug mode or not, effects if player has access to debug commands.
53-
const string CurrentVerison = "1.4c-dev3"; //The current version of this program, stored in a save file later on.
53+
const string CurrentVerison = "1.4c"; //The current version of this program, stored in a save file later on.
5454
/*********************************************************************************************************/
5555
//These functions have to be up here as functions in save.h use them.
5656
//These values are used to pass values to the save header so that they may be saved.

0 commit comments

Comments
 (0)