TSAGE: Corrected casing of tSage namespace to be TsAGE
This matches the casing of the original engine name.
This commit is contained in:
parent
28aef23a60
commit
697230709b
54 changed files with 142 additions and 138 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "tsage/sound.h"
|
||||
#include "tsage/tsage.h"
|
||||
|
||||
namespace tSage {
|
||||
namespace TsAGE {
|
||||
|
||||
Saver *_saver;
|
||||
|
||||
|
@ -410,4 +410,4 @@ void Saver::resolveLoadPointers() {
|
|||
error("Could not resolve savegame block pointers");
|
||||
}
|
||||
|
||||
} // End of namespace tSage
|
||||
} // End of namespace TsAGE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue